very slow query using members over http -
10-05-2003
, 11:36 AM
Hi,
I have a very small forecast cube (<10Mo) and some queries that are very
slow when executed over the cube towards http.
These queries are all build like this template:
With member
[member1] as '..'
[member2] as '..'
[membern] as '..'
Select { member1,, membern } on columns,
... On rows
from cube where .
One example is a query that return 365 days on rows, and fifteen calculated
members on columns. It takes :
10 sec via tcp/ip,
and more than 5 minutes on the same box but over http.
Using Execution location=3 does not solve anything.
Any tips?
Thanks,
Lionel |