![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I am using ADOMD.NET to connect to a datacube over TCP/IP and am experiencing very poor performance. The MDX query I am running returns a single measure, however it can take up to 4 seconds to execute. Upon inspection of the TCP/IP packets that my web server receives, I notice that there is extraneous data in the result set. I get information on dimensions that I didn't ask for, as I only asked for one result. Can anyone offer some advice as to why this is happening and what I can do about it? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi, I am using the following query: SELECT {[Measures].Members} ON COLUMNS FROM AgencyListing WHERE ([Agency].[<id>]), which returns the one value. Similiarly, the cellset that I create to read out the info only contains the one measure. It's just the packets that contain extra information about the agency. I am running AS2000, so I just used a packet sniffer to inspect the messages I was receiving from my analysis server Cheers, Jen |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi, I don't have any calculated measures defined at the moment. Connection string is: Provider=MSOLAP.2;Client Cache Size=0;Data Source=<server name>;Auto Synch Period=10000;Initial Catalog=<cube name>;ConnectTo=8.0;Transport Compression=None;Protocol Format=XML;Execution Location=3;Default Isolation Mode=1 Everything after Transport Compression was used to allow me to inspect the information that my AS server sends to my web server. I am using ADOMD.NET in a C# ASP.NET web application. Cheers, Jen |
#7
| |||
| |||
|
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Has no one else had performance issues using adomd.net and connecting to an analysis server over TCP/IP? |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |