npawar opened a new pull request #4728: Optimizations for  IndexedTable resize
URL: https://github.com/apache/incubator-pinot/pull/4728
 
 
   2 optimizations introduced:
   1) Convert the Record to an IntermediateRecord before sorting/putting into 
PQ. IntermediateRecord will contain only the order by columns, in the right 
sequence.
   2) When converting to IntermediateRecord, extract final result if 
intermediate result is non-comparable
   
   Also made the logic for Simple and Concurrent table very identical (minus 
the Concurrent data structures used in ConcurrentIndexedTable)
   
   Removed the OrderByUtils in favor of IndexedTableResizer.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to