You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/19 07:46:24 UTC

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3143: Non blocking OlapTableSink

vagetablechicken edited a comment on issue #3143: Non blocking OlapTableSink
URL: https://github.com/apache/incubator-doris/pull/3143#issuecomment-601034196
 
 
   > Hi @vagetablechicken
   > 
   > Do you have some benchmark for this PR?
   
   I only have two test samples now, testing environment building is in progress in our team.
   
   I use broker load, and the scan node wasn't do mem limit(my test code doesn't contain a80e9bf22968232dead8886d990993eb3b702424). If scan node waits when mem limit exceeded, it must take longer.
   
   | test sample | origin ver(avg) | nonblocking ver(avg) |
   |-|-|-|
   | {"ScannedRows":92095001,"TaskNumber":1,"FileNumber":8,"FileSize":2798532731} | 10min3s | 6min43s |
   | {"ScannedRows":951503983,"TaskNumber":1,"FileNumber":300,"FileSize":68560716133} | 4h25min  | 2h6min |
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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