G
George Potemkin
Guest
> I just hit another problem using this code, the deletion was dramatically slow. TABLE-SCAN reads all RM blocks owned by table. DELETE statement does not release RM blocks. RM blocks without records will be kept on RM chain (btw, the bocks with most recent deletes will be most likely added to the chain's bottom). Your "outer" query will read these blocks over and over.
Continue reading...
Continue reading...