On Fri, Mar 11, 2011 at 11:44 AM, Peter Schuller
<peter.schul...@infidyne.com> wrote:
>> There is less than 1000 rows and i've got a 75-100ms to get one row by id
>> With memcached it's 2ms....
>>
>> I don't know where is the problem. jvm ? cassandra ? phpcassa ?
>>
>> What can i do to detect where is the problem ?
>
> I'm not familiar with the PHP client, but this sounds suspiciously
> like a nagle + delayed ACK problem. The PHP client probably isn't
> setting the TCP_NODELAY flag (or the equivalent in Windows).
>
> Google for "nagle delayed ack" for details.
>
> --
> / Peter Schuller
>
Also you will find that setting rowsCached and keysCached not
effective. Chose one or the other. (that is not your problem but an
FYI)

Reply via email to