alexeykudinkin commented on PR #7174:
URL: https://github.com/apache/hudi/pull/7174#issuecomment-1320448689

   For those queries about relative performance of BIMQ/Disruptor/Simple on EMR 
cluster, i've captured this in: 
https://github.com/apache/hudi/pull/6843#issuecomment-1311994074
   
   Pasting the results in here:
   ```
   #
   # BoundedInMemoryQueue (baseline, master)
   #
   
   ==================================================
   Total time taken by all rounds (hudi): 5119338
   Per round: List(204855, 504984, 585545, 646676, 516914, 554007, 510029, 
533198, 554438, 508692)
   ==================================================
   
   
   #
   # Disruptor (master)
   # Performance Improvement (from baseline): ~2%
   #
   
   ===================================================
   Total time taken by all rounds (hudi): 5027185
   Per round: List(142641, 450997, 544476, 576815, 552873, 585657, 526764, 
552790, 563460, 530712)
   ==================================================
   
   #
   # Simple (no queue)
   # Performance Improvement (from baseline): ~26%
   #
   
   ==================================================
   Total time taken by all rounds (hudi): 3798022
   Per round: List(189704, 467253, 512628, 468869, 363557, 361869, 351934, 
357554, 364299, 360355)
   ==================================================
   ```


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

Reply via email to