Lordworms commented on issue #9964:
URL: 
https://github.com/apache/arrow-datafusion/issues/9964#issuecomment-2064317216

   > Thats interesting that dashmap performed better. Would you mind also doing 
a query with a filter / pruning involved and comparing the results (perhaps 
with a range scan as well)? And just to confirm, the cache is filled at 
creation time during schema inference, right?
   > 
   > Also is the cache used by both `ListingTable` and `ParquetExec`? Im not 
sure how it works if adding the cache removes 
   currently used by ListingTable
   the duplicate calls or if additional work is required for that (if it's 
additional work could probably be done as a separate PR once cache 
implementation is finalized).
   Yes, could you give me some review advice if you are available to see if I 
implement it right? The closed PR is SequenceTrie and the draft PR is DashMap
   > 
   > I think it would also be nice to have a new benchmark for this to help 
monitor moving forward.
   I want to do it, too, but I could not find a suitable open-source dataset 
for it. Currently, I am using bitcoin.
   
   


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