dbTalk Databases Forums  

ROLAP queries- variable binding

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


Discuss ROLAP queries- variable binding in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mkambol@gmail.com
 
Posts: n/a

Default ROLAP queries- variable binding - 04-17-2006 , 08:42 AM






We've been testing the performance of SSAS 2005 ROLAP cubes against a
large Oracle data warehouse. One of the problems we've noticed is that
the queries SSAS generates use variable binding. With long running
queries variable binding is very often not the best option with Oracle
or DB2.

So for example a query like

SELECT <bunch of stuff> FROM <tables> where Time.Year = :1

performs much worse than

SELECT <bunch of stuff> FROM <tables> where Time.Year = '2004'

In some of the tests we've been running the first query takes 10-15
minutes, the second takes 60-80 seconds.

Is there any way to configure SSAS not to use variable binding?


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.