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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Large in memory DW table

Re: Large in memory DW table

From: David Aldridge <david_at_david-aldridge.com>
Date: Fri, 16 Nov 2007 06:05:23 -0800 (PST)
Message-ID: <439333.80104.qm@web803.biz.mail.mud.yahoo.com>


I would imagine that your best chance of performance gain would be to compress this table, to make sure that the physical row ordering is optimised for the best compression ratio, to apply appropriate partitioning for optimum partition pruning, and to consider implementing other tables with subsets of rows and columns to reduce the logical reads. Have you already considered these steps?

Rob Dempsey <Rob.Dempsey_at_5one.co.uk> wrote:                Hi
   

  Setup    

  I have some queries that I can not find information on, wonder if anyone knew    

  Rob    

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Nov 16 2007 - 08:05:23 CST

Original text of this message

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