performance/benchmarking

2016-01-18 Thread Sean Bowman
stress user duration=10m cl=ONE profile=stress.yaml ops\(insert=1\) \ -mode native cql3 -node (ip address) -rate threads=(number) -errors ignore I have system data that seem to indicate that net and disk IO are not bottlenecks. Thanks very much for your help! -- Sean Bowman Software Developer, Epoch Labs

Re: Trying to insert a TimeUUID via Java/Thrift -- "UUIDs must be exactly 16 bytes"

2010-08-27 Thread Sean Bowman
'll > want to convert it like this. This method is often used in conjuntion > with the getTimeUUID() mentioned above." > > > b > > On Fri, Aug 27, 2010 at 12:28 AM, Sean Bowman wrote: >> I'm at my wits end with Cassandra; is 0.6.4 just broken? I'

Trying to insert a TimeUUID via Java/Thrift -- "UUIDs must be exactly 16 bytes"

2010-08-27 Thread Sean Bowman
I'm at my wits end with Cassandra; is 0.6.4 just broken? I've created a very simple keyspace: Using the Thrift sample code for 0.6 on the wiki, and the FAQ about TimeUUID's and Java, I tried to generate a GUID using this method: String key = new com.eaio.uuid.UUID().toString() Sin