wuyunfeng opened a new issue #2576: Optimize first scrolling URL: https://github.com/apache/incubator-doris/issues/2576 When scan Elasticserch using scroll API, the first request would decompress all postings list, which would lead to much more time-consuming. we do not need to get total hits, so we can add `terminate_after` parameter for the initial scroll request
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
