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

setMulti method #39

Closed
GoogleCodeExporter opened this issue Apr 7, 2016 · 5 comments
Closed

setMulti method #39

GoogleCodeExporter opened this issue Apr 7, 2016 · 5 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

It would be helpful to improve performance if we had a putMulti(keys)
function (similar to the getMulti(keys) method that exists already ;)

Original issue reported on code.google.com by Raid...@gmail.com on 19 Nov 2008 at 9:27

@GoogleCodeExporter
Copy link
Contributor Author

I don't think this will increase performance over the current packetization 
over the
current items.

There's specifically designed functionality in the protocol for creating
high-performance multi-gets, but not so much in sets.  Sets should also be
considerably less frequent, so I think it's less of an issue.

If you want to write one and demonstrate how it helps, I'd be happy to look at 
it,
though.  :)

Original comment by dsalli...@gmail.com on 19 Dec 2008 at 3:56

  • Changed title: Suggestion for getMulti in 3.0
  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Contributor Author

Due to some binary protocol changes, it might be possible to create a better
performing multi-set.  Still won't be great in the text protocol, but it'll do
something interesting, anyway.

Original comment by dsalli...@gmail.com on 8 Mar 2009 at 1:39

  • Changed title: Suggestion for setMulti in 3.0
  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by dsalli...@gmail.com on 8 Mar 2009 at 1:42

  • Added labels: Milestone-Release2.4

@GoogleCodeExporter
Copy link
Contributor Author

Original comment by dsalli...@gmail.com on 8 Mar 2009 at 1:43

  • Changed title: setMulti method

@GoogleCodeExporter
Copy link
Contributor Author

I'm closing this with 2.4 because of two additions:

CacheLoader is a higher-level cache load thing.

Binary sets are automatically batched just like multigets.

Original comment by dsalli...@gmail.com on 22 Oct 2009 at 4:28

  • Changed state: Fixed

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