Re: Memcached per Item Maximum size.

2016-09-22 Thread Colin Pitrat
>From your question I'd tend to say max size is 128MB if that's what the error says ... Though it would help to have the exact error you get because from the source code, the max value you can give for -I option is 1GB: https://github.com/memcached/memcached/blob/c00dbc3927af71afb8c46c7416bd53a92f

Re: Memcached per Item Maximum size.

2016-09-22 Thread dormando
Hi, Unfortunately there is no supported version of memcached that runs on windows. On Wed, 21 Sep 2016, Ajinkya Aher wrote: > Hii, > > I am using Memcached for windows can anyone tell me what is the maximum size > of per Item that can be stored in Memcached as when I use " -I 129M " command >

memcached_mget v/s memcached_get

2016-09-22 Thread student
Hello, I tried a basic application using the libmemcached library and for fetching the stored values I came across two functions: 1. memcached_mget 2. memcached_get According to the documentation, memcached_mget is faster as compared to memcached_get when retrieving multiple key-value pairs. I

[ANNOUNCE] YCSB 0.11.0 released

2016-09-22 Thread gkamat
On behalf of the development community, I'm pleased to announce the release of YCSB version 0.11.0. Highlights: * Support for ArangoDB. This is a new binding. * Update to Apache Geode (incubating) to improve memory footprint. * "couchbase" client deprecated in favor of "couchbase2". * Capability

Re: Memcached per Item Maximum size.

2016-09-22 Thread Ajinkya Aher
Dear Dormando, I have successfully implemented memcached on windows only problem that I am facing now is that I want to increase the size of Item that can be saved in memcached from 128MB to GB's finding a way for the same. Note: Visit http://deanhume.com/home/blogpost/memcached-for-c---

Re: Memcached per Item Maximum size.

2016-09-22 Thread Ajinkya Aher
Dear Colin Pitrat, Thank you for the link, I am attaching a screen shot of error where as I want to know how to use the link provided by you as I am using an exe which can be run through command prompt.