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

support parallel for read operations #4

Open
siddontang opened this issue Apr 27, 2015 · 2 comments
Open

support parallel for read operations #4

siddontang opened this issue Apr 27, 2015 · 2 comments

Comments

@siddontang
Copy link
Contributor

@ngaut @c4pt0r

Now all operations including read is serialization, this does not use the advantage of rocksdb.

If the data is expired in read, we will not delete it immediately, but put it in the expired list then delete it in another thread. So that we cau use read mutex for read and write mutex for write.

@ngaut
Copy link
Contributor

ngaut commented Apr 27, 2015

Let's make it works well first. Then make it faster.

@siddontang
Copy link
Contributor Author

Yes, I know, this will be a later optimization. :-)

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

2 participants