G
gus bjorklund
Guest
> On May 23, 2017, at 9:50 AM, Lieven De Foor wrote: > > Am I correct in assuming that using TABLE-SCAN to delete all records from a table has no benefit over using the primary index No. Try it on a big table for your own self and you will see. I use "for each blah table-scan" every time i have to delete many records and it works extremely well. Way faster than without the table-scan.
Continue reading...
Continue reading...