Re: Casandra insert very slow if i use connection pool

2009-11-27 Thread ruslan usifov
My cassandra thrift interface was configured on that port, on one of nodes

Re: Casandra insert very slow if i use connection pool

2009-11-27 Thread Jeff Hodges
Hm, maybe I'm missing something about lazyboy, but it looks like the port in "localhost:9090" is wrong. -- Jeff On Fri, Nov 27, 2009 at 12:55 AM, ruslan usifov wrote: > Hello > > > I use follow python program to insert records into cassandra cluster (i my > test case this is two computers). And i

Casandra insert very slow if i use connection pool

2009-11-27 Thread ruslan usifov
Hello I use follow python program to insert records into cassandra cluster (i my test case this is two computers). And i have very very slow inserts (1.4 sec per 100 records). lazyboy python lib use round robin to chose which connection need use to insert. from lazyboy import * from lazyboy.key