Are you waiting for each delete to return before sending the next one? If so, it's a latency issue. You probably want to send many deletes at the same time, then your throughput will go up.
~Ryan On Fri, Sep 19, 2014 at 5:14 AM, 李者 <[email protected]> wrote: > Client use pipeline to delete the key from different region. The key is > around 30bytes, but the throughput is only 1200 qps. > Is it normal? or I was doing something wrong? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "memcached" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
