Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
The Result[] is very inefficiently serialized - there are 2 for loops over each result and we instantiate every object.
A better way is to make it a data block, and use delta block encoding to make it more efficient.