Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance for line-oriented Hive formats #18703

Merged
merged 1 commit into from Aug 16, 2023

Conversation

electrum
Copy link
Member

@electrum electrum commented Aug 16, 2023

File system implementations are expected to return suitably buffered input streams, thus the read sizes do not reflect calls to the underlying storage and should not be monitored. The overhead of statistics for small reads exceeded the cost of the reads.

Release notes

(x) Release notes are required, with the following suggested text:

# Hive
* Improve performance for line-oriented Hive formats. ({issue}`18703`)

File system implementations are expected to return suitably buffered
input streams, thus the read sizes do not reflect calls to the
underlying storage and should not be monitored. The overhead of
statistics for small reads exceeded the cost of the reads.
@cla-bot cla-bot bot added the cla-signed label Aug 16, 2023
@github-actions github-actions bot added tests:hive hive Hive connector labels Aug 16, 2023
@electrum electrum merged commit 2a907a8 into trinodb:master Aug 16, 2023
57 checks passed
@electrum electrum deleted the inputfile-stats branch August 16, 2023 22:34
@github-actions github-actions bot added this to the 424 milestone Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector
Development

Successfully merging this pull request may close these issues.

None yet

2 participants