ByteYue opened a new pull request, #17478:
URL: https://github.com/apache/doris/pull/17478

   # Proposed changes
   
   Issue Number: close #xxx
   This pr mainly brings one 
   ## Problem summary
   This PR implements a buffered reader optimized for object reading, which can 
pre-read in segments based on the buffer size required by the user(which is 
16MB by default, and can be specified by user). In multiple local tests, Doris 
without this optimization took an average of 23 minutes to load and import the 
table `lineitem` of TPCH SF100 data of 79G using S3 load. With this 
optimization, the average time was reduced to around 5 minutes and 30 seconds.
   Describe your changes.
   
   ## Checklist(Required)
   
   * [ ] Does it affect the original behavior
   * [ ] Has unit tests been added
   * [ ] Has document been added or modified
   * [ ] Does it need to update dependencies
   * [ ] Is this PR support rollback (If NO, please explain WHY)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at 
[[email protected]](mailto:[email protected]) by explaining why you 
chose the solution you did and what alternatives you considered, etc...
   
   


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