dbTalk Databases Forums  

Managing OLAP Connections

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Managing OLAP Connections in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
billd
 
Posts: n/a

Default Managing OLAP Connections - 09-05-2005 , 12:55 PM






Hi have an ASP.Net application that allows multiple users to query against a
cube. I am using ADOMD.Net to make the queries.

Based on what I have read to be best practice, when an ASP page makes a
query I create the connection, make the query and then close the connection.
The connection string is always exactly the same so as to take advantage of
connection pooling.

The problem is that opening, querying and then closing results in slow
performance - about 3 seconds each time. If I keep the connection open in a
Session variable, subsequent queries take under 1/2 second.

Since connections are limited resources and I need my application to scale,
keeping connections in user Sessions is not desirable.

Can anyone offer some advice on how to get good performance with not
dedicating connections?

Thanks,
Bill

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.