KKcorps opened a new pull request, #9538:
URL: https://github.com/apache/pinot/pull/9538

   Replacing java serializable based serde with bytebuffer based serialization 
for faster speed.
   
   ```
   Benchmark                          Mode  Cnt        Score        Error  Units
   BenchmarkPrimaryKey.benchNewSerde  avgt    5   301831.959 ±  15822.247  ns/op
   BenchmarkPrimaryKey.benchOldSerde  avgt    5  7976890.809 ± 747122.722  ns/op
   ```
   
   Can be optimized further by passing the data types in the PrimaryKey 
constructor thus eliminating the need for so many if else.


-- 
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-unsubscr...@pinot.apache.org

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


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

Reply via email to