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 -> Oracle partitioning bug (Bug 2111373)

Oracle partitioning bug (Bug 2111373)

From: Vsevolod Afanassiev <vafanassiev_at_aapt.com.au>
Date: 28 Jan 2002 15:42:09 -0800
Message-ID: <4f7d504c.0201281542.63bc2d3f@posting.google.com>


I found a bug in Oracle partitioning (Bug 2111373 on Metalink, has public access), and they don't want to fix it! It affects all versions (I tried on 8.1.6, 8.1.7, and 9.0.1). While the results returned by the query are correct, there is a severe impact on performance. It affects queries agains tables with range partitioning on two columns, when BETWEEN condition is specified for the first
column, "=" (equal) condition is specified for the second column, and access is by full partition scan (no indexes). Instead of scanning partitions specified in the WHERE clause, Oracle scans ALL partitions between the first and the last partitions in the WHERE clause by Partition_Position.

Please see metalink for more info on this bug.

Regards,
Sev Received on Mon Jan 28 2002 - 17:42:09 CST

Original text of this message

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