zhuqi-lucas opened a new pull request, #18112:
URL: https://github.com/apache/datafusion/pull/18112

   ## Which issue does this PR close?
   
   - Closes [#18111](https://github.com/apache/datafusion/issues/18111)
   
   ## Rationale for this change
   
   Currently loading metadata will split to two parts, if we enable page index. 
It will cause heavy load for s3 request when we store parquet file in s3 and 
without local cache.
   
   This PR add support to eager loading page index parquet metadata, combined 
two loading to one which is the original datafusion implementation.
   
   ## What changes are included in this PR?
   
   Currently loading metadata will split to two parts, if we enable page index. 
It will cause heavy load for s3 request when we store parquet file in s3 and 
without local cache.
   
   This PR add support to eager loading page index parquet metadata, combined 
two loading to one which is the original datafusion implementation.
   
   ## Are these changes tested?
   
   Yes
   
   ## Are there any user-facing changes?
   
   No
   


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