Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Global Temporary Table Scalability Problem

Re: Global Temporary Table Scalability Problem

From: william milbratz <milbratz_at_hotmail.com>
Date: 9 Feb 2004 08:43:34 -0800
Message-ID: <cee3515e.0402090843.1ffda63f@posting.google.com>


Hi Folks,

Manually setting table statistics (dbms_stats.set_table_stats) for the global temporary table fixed the problem. Query times decreased dramatically and scaled much better (almost O(1) )

Happily, recomputing the statistics for the database did not wipe out the manually set statistics.

Thanks for the feedback everyone.

bill milbratz Received on Mon Feb 09 2004 - 10:43:34 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US