RE: Extremly slow inserts on LAN

2010-05-12 Thread Stephan Pfammatter
Hi, I read your post and noticed you are running Cassandra on win 2008. Do you run it in a production environment? I'm contacting you because there aren't that many windows installations. I need to provide a live Cassandra environment on win 2008 and was stumbling into some problems with node to

RE: Extremly slow inserts on LAN

2010-05-12 Thread Stephan Pfammatter
know, I know...It's better to go with Cassandra on Win than no Cassandra!) Great news group. -Original Message- From: Arie Keren [mailto:a...@doubleverify.com] Sent: Monday, May 10, 2010 3:09 AM To: user@cassandra.apache.org Subject: RE: Extremly slow inserts on LAN That solved the

Re: Extremly slow inserts on LAN

2010-05-10 Thread zhang cnan
andra.Client(protocol); > > Viktor > > > -Original Message- > From: Arie Keren [mailto:a...@doubleverify.com] > Sent: Monday, May 10, 2010 8:51 AM > To: user@cassandra.apache.org > Subject: RE: Extremly slow inserts on LAN > > No - just Windows. > So I

RE: Extremly slow inserts on LAN

2010-05-10 Thread Arie Keren
.com] Sent: May 10, 2010 8:57 AM To: user@cassandra.apache.org Subject: RE: Extremly slow inserts on LAN We had similar experience. Problem was with TSocket as transport alone: var transport = new TSocket("192.168.0.123", 9160); var protocol = new TBinaryProtocol(transport)

RE: Extremly slow inserts on LAN

2010-05-09 Thread Viktor Jevdokimov
May 10, 2010 8:51 AM To: user@cassandra.apache.org Subject: RE: Extremly slow inserts on LAN No - just Windows. So I'm going to do some experiments to isolate the cause: - use java client on windows - use linux server - use java client on linux Thanx -Original Message- From:

RE: Extremly slow inserts on LAN

2010-05-09 Thread Arie Keren
e.org Subject: Re: Extremly slow inserts on LAN >From a naive (not caring about Cassandra internals) basis, the first step is >to isolate whether the problem is on the client or server side. Have you tried a Linux-based server or a Linux-based client? On 2010-05-09 14:06, Arie Keren wro

Re: Extremly slow inserts on LAN

2010-05-09 Thread David Strauss
From a naive (not caring about Cassandra internals) basis, the first step is to isolate whether the problem is on the client or server side. Have you tried a Linux-based server or a Linux-based client? On 2010-05-09 14:06, Arie Keren wrote: > While making our first steps with Cassandra, we experie