You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/07 22:26:07 UTC

[GitHub] [pinot] walterddr commented on issue #6732: Remove DataTable V2 code after 0.8.0 release

walterddr commented on issue #6732:
URL: https://github.com/apache/pinot/issues/6732#issuecomment-1149233791

   is this ticket closed? 
   
   I recently discovered some performance benefit if we can remove V2 support
   - reduce float size from 8bytes to 4bytes
   - move bytes type to variable byte buffer instead of converting to hex string and using String type (dictionary map) to store data
   - some other issues with BYTES_ARRAY and OBJECT type. 
   
   Please let me know if you would like to extend this issue, alternatively, I can also create a new issue.


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

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org