Re: binary-tree

2011-07-19 Thread Dave Revell
This seems more like a question for the Cassandra users mailing list at u...@cassandra.apache.org I'd also recommend posting more background on your problem and explaining why you think a binary tree is the right solution. Cheers, Dave On Tue, Jul 19, 2011 at 11:12 AM, Eldad Yamin wrote: > Hell

Re: New feature / educational project

2011-02-09 Thread Dave Revell
+1 for interest. This feature would be great if done well. On Feb 8, 2011 11:54 PM, "m...@monit.dk" wrote: > I noticed :) > > But the question was if such a feature could make it to the trunk - and as far as I see, there is enough interest around this. > > - Reply message - > From: "Trista

Re: Coordinated testing for 0.7

2010-12-01 Thread Dave Revell
I'd go to that, schedule permitting. My knowledge of the source is not very deep, but I could be useful in some way. We obviously have a lot to gain from a well-tested 0.7 release. - Dave On Wed, Dec 1, 2010 at 8:49 PM, Ryan King wrote: > I'd be happy to host a hackathon at Twitter HQ in SF fo

Re: cassandra increment counters, Jira #1072

2010-08-12 Thread Dave Revell
For what it's worth, my team would very much like to see counters in trunk. Right now we're trying to think of ways to implement counters by inserting columns and counting the sizes of slices, and it seems difficult to do it quickly and correctly at scale, even with low consistency. -Dave On Thu