Re: [VOTE SUCCESS] Release Apache Cassandra 1.0.9 (strike 2)

2012-04-06 Thread Eldad Yamin
If I try to open the changes/news files, I get a 404 error On Fri, Apr 6, 2012 at 6:26 PM, Sylvain Lebresne wrote: > Including my own, I count 4 binding +1's and no -1's. The vote passes. > I'll get the artifacts published. > > -- > Sylvain > > On Fri, Apr 6, 2012 at 12:45 AM, Brandon Williams >

Re: [VOTE] Release Apache Cassandra 0.8.4

2011-08-11 Thread Eldad Yamin
+1 On Aug 10, 2011 8:09 PM, "Sylvain Lebresne" wrote: > We just fixed a fairly serious bug with counter (CASSANDRA-3006 -- it is > serious in that it "corrupt" counters). Cassandra 0.8.3 also shipped with a > potential small upgrade problem (CASSANDRA-3011). There is no reason to wait > to give t

Getting 1 specific column

2011-07-28 Thread Eldad Yamin
Hello, Is it acceptable (in Cassandra terms) to get only 1 specific column? I know that I can get range/slice of columns, but i'm interesting in only 1 and I want to get it by its name (i.e Key: 1, CF: users, column: first_name). Thanks!

binary-tree

2011-07-19 Thread Eldad Yamin
Hello, Is there any good way of storing a binary-tree in Cassandra? I wonder if someone already implement something like that and how accomplished that without transaction supports (while the tree keep evolving)? Thanks!

Fwd: Cassandra Secondary index/Twissandra

2011-07-09 Thread Eldad Yamin
Hi, I have few questions: *Secondary index* 1. Is there a limit on the number of columns in a single column family that serve as secondary indexes? 2. Does performance decrease (significantly) if the uniqueness of the column’s values is high? *Twissandra* 1. Why in the source (o