RE: IOT Issues?

2002-12-14 Thread Larry Elkins
Thanks for the comments. And your comment about clusters -- from the standpoint of getting the great clustering factor and minimizing I/O, I experimented with self clustering a single table. I used data from a single partition and it was around 25 million rows. A straight insert into a heap

RE: IOT Issues?

2002-12-14 Thread Larry Elkins
] 214.954.1781 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Larry Elkins Sent: Thursday, December 12, 2002 8:19 PM To: Multiple recipients of list ORACLE-L Subject: IOT Issues? Listers, Solaris 7, 8.1.7.4 64 bit, E10K. We've been reviewing Metalink

RE: IOT Issues?

2002-12-13 Thread Larry Elkins
, Bruce (CALBBAY) Sent: Thursday, December 12, 2002 10:59 PM To: Multiple recipients of list ORACLE-L Subject: RE: IOT Issues? Larry, Have you seen paper 138 at Orapub.com (http://www.orapub.com/cgi/genesis.cgi?p1=subp2=abs138) titled Index Organized Tables -- When should they be used

RE: IOT Issues?

2002-12-13 Thread Stephane Paquette
I've did some tests on 816. The tables were small, 3-4 fields including the PK with a number of rows between 200 000 and 300 000. The query time was the same except that the IOT read 50% less blocks. --- Reardon, Bruce (CALBBAY) [EMAIL PROTECTED] a écrit : Larry, Have you seen paper 138

Re: IOT Issues?

2002-12-13 Thread Stephane Faroult
Larry Elkins wrote: Listers, Solaris 7, 8.1.7.4 64 bit, E10K. Have a test IOT of around 120 million rows being created as we speak -- partitioned by month (3 months for the test), overflow by naming the column at which to break, compressing the concatenated key, using secondary BMI's.

RE: IOT Issues?

2002-12-13 Thread Johnston, Tim
The first one (seen in 8.1.6 and 8.1.7) was deadlocks caused by simultaneous SELECTs and the addition of a new partition (even though the queries were not querying the partition). Those deadlocks were occurring at the dictionary level - because even if an IOT is physically a single index,

IOT Issues?

2002-12-12 Thread Larry Elkins
Listers, Solaris 7, 8.1.7.4 64 bit, E10K. Have a test IOT of around 120 million rows being created as we speak -- partitioned by month (3 months for the test), overflow by naming the column at which to break, compressing the concatenated key, using secondary BMI's. BMI's would be marked as

RE: IOT Issues?

2002-12-12 Thread Reardon, Bruce (CALBBAY)
Larry, Have you seen paper 138 at Orapub.com (http://www.orapub.com/cgi/genesis.cgi?p1=subp2=abs138) titled Index Organized Tables -- When should they be used? This has some benchmark figures. Also, do you use Forms as a client - this can introduce some gotchas with IOTs (particularly if