Re: Remove and BytesType

2010-05-27 Thread Bill de hOra
hat's a red herring. More likely data in that row was created with a higher-res timestamp than the delete was issued at. On Thu, May 27, 2010 at 7:27 AM, Bill de hOra wrote: Saw some behaviour today on Cassandra 0.6.1 - After running a remove command on a row in a CF whose CompareWith was Bytes

Remove and BytesType

2010-05-27 Thread Bill de hOra
Saw some behaviour today on Cassandra 0.6.1 - After running a remove command on a row in a CF whose CompareWith was BytesType the row was still there, and still there after bouncing the server. This was the case for hector/cli. When I changed the CompareWith to UTF8Type, new rows added could b

Re: Hector samples -- where?

2010-05-25 Thread Bill de hOra
Are there examples of inserting multiple cols into a CF anywhere? Bill Ran Tavory wrote: http://wiki.github.com/rantav/hector/examples On May 25, 2010 10:43 PM, "Asaf Lahav" > wrote: Hi, Where can I find Hector code samples?

Re: list of columns

2010-05-17 Thread Bill de hOra
> But then you'd need > re-ahead to check if the column is new, that should be 'read-ahead', sorry. Bill Bill de hOra wrote: Agree with David, it's not there and thinking about how the data is laid out on disk, it can't be done without changing core code or h

Re: list of columns

2010-05-17 Thread Bill de hOra
are really leaves of a tree structure, not columns of a tabular structure. Anybody want to tell me I'm wrong? BTW, Bill, I think we've corresponded before, here: http://www.dehora.net/journal/2004/04/whats_in_a_name.html On Fri, May 14, 2010 at 2:23 AM, Bill de hOra wrote: A Slic

Re: list of columns

2010-05-13 Thread Bill de hOra
A SlicePredicate/SliceRange can't exclude column values afaik. Bill Jonathan Shook wrote: get_slice see: http://wiki.apache.org/cassandra/API under get_slice and SlicePredicate On Thu, May 13, 2010 at 9:45 AM, Bill de hOra wrote: get_count returns the number of columns, not the nam

Re: list of columns

2010-05-13 Thread Bill de hOra
mber of columns that match. There is also multi_get_count, which is the same operation against multiple keys. Gary. On Thu, May 13, 2010 at 04:18, Bill de hOra wrote: Admin question - is there a way to list the columns for a particular key? Bill

list of columns

2010-05-13 Thread Bill de hOra
Admin question - is there a way to list the columns for a particular key? Bill

Re: replication impact on write throughput

2010-05-11 Thread Bill de hOra
the client. I'd agree for any individual client; what I'm after is the overall capacity a cluster has over time in the face of replicas. But let's assume it's ConsistencyLevel.ONE - how would you think the available write capacity degrades? Bill On Tue, May 11, 2010

replication impact on write throughput

2010-05-11 Thread Bill de hOra
If I had 10 Cassandra nodes each with a write capacity of 5K per second and a replication factor of 2, would that mean the expected write capacity of the system would be ~25K writes per second because the nodes are also serving other nodes and not just clients? I know this is highly simplified

Re: CassandraLimitations

2010-04-21 Thread Bill de hOra
Sweet. Bill Jonathan Ellis wrote: No. On Wed, Apr 21, 2010 at 2:58 PM, Bill de hOra wrote: http://wiki.apache.org/cassandra/CassandraLimitations has good coverage on the limits around columns. Are there are design (or practical) limits to the number of rows a keyspace can have? Bill

Re: CassandraLimitations

2010-04-21 Thread Bill de hOra
t 3:58 PM, Bill de hOra <mailto:b...@dehora.net>> wrote: http://wiki.apache.org/cassandra/CassandraLimitations has good coverage on the limits around columns. Are there are design (or practical) limits to the number of rows a keyspace can have? Bill

CassandraLimitations

2010-04-21 Thread Bill de hOra
http://wiki.apache.org/cassandra/CassandraLimitations has good coverage on the limits around columns. Are there are design (or practical) limits to the number of rows a keyspace can have? Bill