[CCBC-168] Query on multiset and multiget libcouchbase Created: 11/Jan/13 Updated: 06/Feb/13 Resolved: 11/Jan/13 |
|
| Status: | Closed |
| Project: | Couchbase C client library libcouchbase |
| Component/s: | library |
| Affects Version/s: | 2.0.1 |
| Fix Version/s: | None |
| Security Level: | Public |
| Type: | Task | Priority: | Major |
| Reporter: | Muthu Kumar | Assignee: | Sergey Avseyev |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | 2.0.1, customer, libcouchbase, multiget, multiset, ns_server, operations, writes | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
As per a query from the customer on multiset and multiget regarding libcouchbase 2.0.1 client
"When you calculate number of operation, do you consider the set of keys in Multiset ? Or is it just one operation? I am trying to calculate the writes per second. The client would send 15k writes per second, each of them is a multiset with 20 keys. So is this 15k writes per second ? Or 15*20= 300k writes per second ? " Please help answer this. |
| Comments |
| Comment by Sergey Avseyev [ 11/Jan/13 ] |
| There no such operation multi-set or multi-get in memcached protocol. Libcouchbase doesn't count operations at all. If you are talking about stats in the Admin UI, then the answer probably will be 1 operation = 1 key, in this case 15k*20 = 300k. I recommend to move this ticket to another tracker. |