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

Optimize RocksDB Configuration #624

Open
willmeister opened this issue Nov 15, 2018 · 1 comment
Open

Optimize RocksDB Configuration #624

willmeister opened this issue Nov 15, 2018 · 1 comment

Comments

@willmeister
Copy link
Contributor

We may be able to configure RocksDB that would lead to better performance in our specific setup. Determine if this is feasible and do so if it is.

@willmeister willmeister self-assigned this Nov 15, 2018
@willmeister
Copy link
Contributor Author

We should define the following config options:

  • max_open_files right now, syncing will randomly fail when rocksdb opens more files than the filesystem allows
  • total_threads number of background threads used for flushing and compaction

Might also suggest looking into I/O- and/or memory-specific configuration

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

No branches or pull requests

1 participant