For tables with hundreds / thousands of columns, we can speed up ResetRecords when recycling slabs.
For tables with < 100 fields, this won't have much effect, but on the jaeger table, it takes query time for 27mm from 14s -> 8s by running memclr in larger chunks and on less data.
For tables with hundreds / thousands of columns, we can speed up ResetRecords when recycling slabs.
For tables with < 100 fields, this won't have much effect, but on the jaeger table, it takes query time for 27mm from 14s -> 8s by running memclr in larger chunks and on less data.