-
Bug
-
Resolution: Done
-
Critical
-
12.0.0.Final
-
None
When a query has a maxResult it should not try to load/collect/read/hidrate all hits but rather restrict it to the requested page size. This causes unnecessary allocations of Strings and byte[]. In particular, the KeyTransformationHandler#stringToKey method produces a large amount of garbage.