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

[Feature Required] Compaction read/write speed limit #174

Open
cmumford opened this issue Sep 9, 2014 · 0 comments
Open

[Feature Required] Compaction read/write speed limit #174

cmumford opened this issue Sep 9, 2014 · 0 comments

Comments

@cmumford
Copy link
Contributor

cmumford commented Sep 9, 2014

Original issue 168 created by wuzuyang on 2013-05-14T03:52:30.000Z:

We are running SSDB(a leveldb server, https://github.com/ideawu/ssdb), with 28G data total, 400k updates per day. LevelDB compaction happends 6-10 times per day. While compaction is in progress, all reads and writes made to leveldb is significant slow. The disk IO is almost full, this is the reason(I think) why leveldb slows down.

What is the expected output? What do you see instead?

Compaction won't slow down normal operations, leveldb's compaction thread should limit the disk read/write speed.

What version of the product are you using? On what operating system?

1.9.0

Please provide any additional information below.

@cmumford cmumford self-assigned this Sep 9, 2014
@cmumford cmumford removed their assignment Jan 16, 2016
maochongxin pushed a commit to maochongxin/leveldb that referenced this issue Jul 21, 2022
Close a memory leak in configuration code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant