Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Global Temporary Table Scalability Problem
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
![]() |
![]() |