J
Jeff Ledbetter
Guest
I am running this on a larger database now and can't believe how slow it is. There are only 10,000 records in this table, and the only index is disabled. I am reading the ROWIDs from a text file (dumped beforehand), finding the record by ROWID, and then updating a field with a value. For a very similar table with hundreds of thousands of records (but no RAW data), it's fairly immediate. But for the table with RAW data, it took 10 minutes do it. :-\
Continue reading...
Continue reading...