Hi, Experts,
We are developing reports on Design Studio 1.6 (BIP version) recently.
Data source is HANA DB with OLAP connection in BIP.
Reports are running slower than expected.
So we checked trace on Design Studio while running application locally.
Then we found that "MDX SELECT " queries on "BIMC_CUBES" which are executed by design studio are very slow.
It spends over 20,000 microseconds for per query while our business query spends less than 1000ms.
As these expensive "MDX SELECT" queries only spend less than 100ms when execute in HANA studio by manual, we do not have any idea how to improve performance on these "MDX SELECT" queries in design studio.
Appreciate anyone who would give some clues.