RE: Extremly slow inserts on LAN

2010-05-12 Thread Stephan Pfammatter
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 problem! It also helps

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

RE: Extremly slow inserts on LAN

2010-05-10 Thread Arie Keren
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); var client

Re: Extremly slow inserts on LAN

2010-05-10 Thread zhang cnan
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'm going to do some experiments to isolate the cause: - use java client on windows - use linux server

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

RE: Extremly slow inserts on LAN

2010-05-09 Thread Arie Keren
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 wrote: While making

RE: Extremly slow inserts on LAN

2010-05-09 Thread Viktor Jevdokimov
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: David Strauss [mailto:da