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

Update rocksdb default options #3104

Merged
merged 7 commits into from
Oct 28, 2024
Merged

Update rocksdb default options #3104

merged 7 commits into from
Oct 28, 2024

Conversation

Jouzo
Copy link
Collaborator

@Jouzo Jouzo commented Oct 25, 2024

No description provided.

@prasannavl
Copy link
Member

prasannavl commented Oct 26, 2024

Should also resolve #3098 (with the max file open targets).

Currently, we'll have 3 DBs, one managed by LevelDB, 2 rocksdb instances - one internal, and the other through vsdb. With 256 per instance, expect this to stay under most default common distro defaults of 1024.

We'll be upwards of 700+, but as long as other system resources haven't taken up too much, should work reasonably.

Note: This is just to keep it operational, but production servers are still expected to use a larger file count as larger DBs just require larger limits.

@prasannavl prasannavl merged commit af5b7a7 into master Oct 28, 2024
16 of 28 checks passed
@prasannavl prasannavl deleted the update-rocksdb-default branch October 28, 2024 03:36
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