Viewing 8 posts - 1 through 9 (of 9 total)
Man, I feel like such an idiot. I didn't realize that's what my code looked like. When I saved it, it was "well defined".
Lesson learned. Thanks!
March 19, 2008 at 12:23 pm
Jeff Moden (3/18/2008)
Lynn Pettis (3/17/2008)
March 19, 2008 at 6:54 am
GSquared (3/18/2008)
Usually, building OLAP cubes doesn't require fast queries. Or does Cognos not persist the cube as a separate object? If you're loading data into OLAP cubes, the...
March 19, 2008 at 6:52 am
99% of the time, the same fields are used in my order/where/join clauses. It sounds as though "include" may help out quite a bit.
Also, I created indexes on my two...
March 18, 2008 at 11:55 am
Thank GSquared! I really appreciate your help.
If I could ask another question?
These queries will be used as data sources to build OLAP cubes (Cognos Transformer). Depending on which cube...
March 18, 2008 at 8:51 am
Hi,
Just to add to my existing post. The following query takes less then 2 minutes to complete. If I remove the index hints, it takes over 40 minutes.
[font="Courier New"]select...
March 17, 2008 at 1:35 pm
Sorry about that Lynn. Hope these attachments are OK.
March 17, 2008 at 9:27 am
Thanks for the help and sorry for posting in the incorrect section.
Table A (ih_hist) currently has 3,656,530 rows. Table B (idh_hist) has 61,206,053. If I run the query with a...
March 17, 2008 at 7:35 am
Viewing 8 posts - 1 through 9 (of 9 total)