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

storage: remove unnecessary todo #4541

Closed
wants to merge 1 commit into from
Closed

Conversation

xiang90
Copy link
Contributor

@xiang90 xiang90 commented Feb 17, 2016

boltdb supports zero-copy get.

https://godoc.org/github.com/boltdb/bolt#Bucket.Get

The returned key,value will not copy into memory again.
So there is nothing we need to do here.

boltdb supports zero-copy get.

https://godoc.org/github.com/boltdb/bolt#Bucket.Get

The returned key,value will not copy into memory again.
So there is nothing we need to do here.
@heyitsanthony
Copy link
Contributor

Won't it still load a lot of data into memory at once, even if it's zero-copy?

@gyuho
Copy link
Contributor

gyuho commented Apr 27, 2017

@xiang90 @heyitsanthony I think we should close this because someone brought it up :)

#7822

@heyitsanthony
Copy link
Contributor

range limiting added in #7900; closing

@xiang90 xiang90 deleted the rm_todo branch June 1, 2017 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants