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

Range lock tx.createReadStream() #3

Closed
cshum opened this issue Aug 15, 2015 · 2 comments
Closed

Range lock tx.createReadStream() #3

cshum opened this issue Aug 15, 2015 · 2 comments

Comments

@cshum
Copy link
Owner

cshum commented Aug 15, 2015

Range lock tx.createReadStream() is an essential but non-trivial feature to implement.

Things to consider:

  • Need to snapshot the whole readStream range.
  • Level of locking: global, prefix or ltgt based?
@delaneyj
Copy link

delaneyj commented Oct 1, 2015

I would like this as well, my guess is ltgt based would give the most options.

@cshum
Copy link
Owner Author

cshum commented Jul 16, 2016

Instead of range lock, createReadStream now performs implicit snapshot same as Leveldown, with isolated result set.

@cshum cshum closed this as completed Jul 16, 2016
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