|
|
Re: How to increase perfromance while loading data into IOT's? [message #298629 is a reply to message #298396] |
Wed, 06 February 2008 20:10 |
rleishman
Messages: 3728 Registered: October 2005 Location: Melbourne, Australia
|
Senior Member |
|
|
Out of interest, load it into a regular (heap-organised) table and then how long does it take to build an index-organised table from that heap-organised table using CREATE TABLE ... AS SELECT (CTAS) syntax.
If the CTAS is faster than the conventional path load (and it should be) then you might find that rebuilding the IOT each time from an EOT would be the best option.
Ross Leishman
|
|
|