Dandandan commented on issue #19983:
URL: https://github.com/apache/datafusion/issues/19983#issuecomment-3806951259
Sure! I did vibe-code something simple to test the performance - on the
Clickbench benchmark couldn't see a dramatic performance, but I didn't yet
check other areas like filter pushdown where I guess it could matter more (i.e.
many small requests).
I do sometimes see `open` or `lstat` or (metadata) or seek in CPU profiles,
most of the time it's only taking ~0.1% / 1 sample of total time, the most time
is always in read and/or allocating the `Vec` to write to.
--
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]