Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 10G and UFS - long write times
How about a 100000 row table and doing
for all in select * from mytable
loop
insert
commit every time
That would be an interesting test. It should be faster in 10g because of automatic bulk inserts, but would show that the same code across different versions is implemented differently.
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jun 08 2006 - 09:12:31 CDT
![]() |
![]() |