Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Range slices are very slow.
I've discovered this is caused by the RowIterator ignoring the row cache.
I've altered the code to use the row cache and now see a factor of 30 performance boost.