![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
At an interview, I was told that the data was pre-processed and loaded into memory ready for querying?? I had no clue of what the interviewer was talking about. Is this possible? if so, can you please elaborate a little or show me where can I read about this? Thanks Ken |
#3
| |||
| |||
|
|
you can cache data in a cube (using AS2005) by using the cache keyword into the calculate statement. this will preload the data you want in memory. you can also execute MDX queries using an external script and this will fill the cache regarding these queries. sample cache usage: (from BOL) Scope (Customers.Geography.USA); Sales = 1.1 * (Sales, Time.Year.PrevMember); Cache (Sales, Time.Year); End Scope; "SQL Ken" <SQLken (AT) gmail (DOT) com> wrote in message news:1155713713.248129.22310 (AT) i42g2000cwa (DOT) googlegroups.com... At an interview, I was told that the data was pre-processed and loaded into memory ready for querying?? I had no clue of what the interviewer was talking about. Is this possible? if so, can you please elaborate a little or show me where can I read about this? Thanks Ken |
![]() |
| Thread Tools | |
| Display Modes | |
| |