davecromberge commented on PR #17825:
URL: https://github.com/apache/pinot/pull/17825#issuecomment-4004730650

     Summary Table with Speedups (From JMH testing)
   
     | Sketch | N   | Pairwise (ms) | Batch (ms) | Speedup |
     |--------|-----|---------------|------------|---------|
     | Theta  | 10  | 1.81          | 0.16       | 11x     |
     | Theta  | 50  | 18.06         | 0.46       | 39x     |
     | Theta  | 100 | 38.86         | 0.71       | 55x     |
     | Theta  | 500 | 188.93        | 2.07       | 91x     |
     | Tuple  | 10  | 1.35          | 0.27       | 5x      |
     | Tuple  | 50  | 12.64         | 1.06       | 12x     |
     | Tuple  | 100 | 27.91         | 2.10       | 13x     |
     | Tuple  | 500 | 133.25        | 10.76      | 12x     |
     | CPC    | 10  | 0.30          | 0.08       | 4x      |
     | CPC    | 50  | 1.68          | 0.38       | 4x      |
     | CPC    | 100 | 3.10          | 0.75       | 4x      |
     | CPC    | 500 | 15.90         | 3.92       | 4x      |


-- 
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: [email protected]

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