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

Use 4KB default block size for bz1 #3853

Merged
merged 1 commit into from
Aug 26, 2015
Merged

Conversation

benbjohnson
Copy link
Contributor

Overview

This commit changes the default block size from 64KB to 4KB for bz1. This was lowered because small blocks were being uncompressed, merged, recompressed, and inserted for a large portion of updates. This became slower and slower over time until it reached the 64KB threshold. We moved to the 4KB threshold in order to lower the impact of this recompression.

This commit changes the default block size from 64KB to 4KB for
bz1. This was lowered because small blocks were being uncompressed,
merged, recompressed, and inserted for a large portion of updates.
This became slower and slower over time until it reached the 64KB
threshold. We moved to the 4KB threshold in order to lower the
impact of this recompression.
pauldix added a commit that referenced this pull request Aug 26, 2015
Use 4KB default block size for bz1
@pauldix pauldix merged commit 0a51b1f into influxdata:master Aug 26, 2015
@benbjohnson benbjohnson deleted the 4k branch August 26, 2015 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants