We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The update routine in MemcachedClient replaces the full object with just the updated field
MemcachedClient
YCSB/memcached/src/main/java/site/ycsb/db/MemcachedClient.java
Line 211 in 12ce3a8
this script shows the issue. memcached_test.sh.txt
This is a limit of storing the object as a big json blob and I don't see an easy solution.
One way to warn the users can be supporting update only when writeallfields is true.
writeallfields
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The update routine in
MemcachedClient
replaces the full object with just the updated fieldYCSB/memcached/src/main/java/site/ycsb/db/MemcachedClient.java
Line 211 in 12ce3a8
this script shows the issue.
memcached_test.sh.txt
This is a limit of storing the object as a big json blob and I don't see an easy solution.
One way to warn the users can be supporting update only when
writeallfields
is true.The text was updated successfully, but these errors were encountered: