mqliang opened a new issue #6726:
URL: https://github.com/apache/incubator-pinot/issues/6726


   As discussed into: https://github.com/apache/incubator-pinot/pull/6710, we 
need bump up DataTable version to address TODOs in DataTableBuilders:
   ```
   // TODO: potential optimizations:
   // TODO:   1. Fix float size.
   // TODO:   2. Use one dictionary for all columns (save space).
   // TODO:   3. Given a data schema, write all values one by one instead of 
using rowId and colId to position (save time).
   // TODO:   4. Store bytes as variable size data instead of String
   ```
   
   For the 3rd TODO, it speculative and benchmark result shows it's not needed: 
https://github.com/apache/incubator-pinot/issues/6720


-- 
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]



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

Reply via email to