> We use 'spans' and remove them in one operation and also do not > commmit anything until we finish a pass over all rows. > > But main trick is blocked views, which uses smaller footprint on > commits. Murat
Yeah, I am using blocked views as well, but after checking the code, I was commiting after every delete! Ouch! I'm switching over to deleting spans so it should work a lot better.
Brian
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
