Re: cassandra index implementation

2010-05-13 Thread Jonathan Ellis
it's a different firstColumn each time it's stored if you look carefully On Thu, May 13, 2010 at 6:22 AM, Boris Shulman wrote: > I see that the following code is used in order to create an index: > >      for (Iterator it = columns.iterator(); it.hasNext();) >        { >            column = it.ne

cassandra index implementation

2010-05-13 Thread Boris Shulman
I see that the following code is used in order to create an index: for (Iterator it = columns.iterator(); it.hasNext();) { column = it.next(); if (firstColumn == null) { firstColumn = column; startPosition = endPosit

Re: Performance regression tests

2010-05-13 Thread Johan Oskarsson
Hey Todd, thanks for the pointer, it looks like a good first step. Will check it out once I get to spend some time on this again. I see you've been spending time on HBase, let me know if you guys want to join forces on this projcet. /Johan On 12 maj 2010, at 20.10, Todd Lipcon wrote: > Hey J