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

Writes to leveldb should be buffered #165

Closed
pauldix opened this issue Jan 7, 2014 · 0 comments
Closed

Writes to leveldb should be buffered #165

pauldix opened this issue Jan 7, 2014 · 0 comments
Milestone

Comments

@pauldix
Copy link
Member

pauldix commented Jan 7, 2014

Because of the leveldb compaction delays, writes should be buffered in a channel or queue. When a write comes in it should get logged (via the request log or WAL) and then put into the buffer for writing into leveldb.

@jvshahid jvshahid added the wal label Feb 10, 2014
jvshahid pushed a commit that referenced this issue Aug 12, 2014
docs(server): add a comment explaining the NOPCommand
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

2 participants