Re: limiting columns in a row

2011-01-14 Thread Sylvain Lebresne
Hi, > does this seem like a generally useful feature? I do think this could be a useful feature. If only because I don't think there is any satisfactory/efficient way to do this client side. > if so, would it be hard to implement (maybe it could be done at compaction > time like the TTL feature)

limiting columns in a row

2011-01-13 Thread mike dooley
hi, the time-to-live feature in 0.7 is very nice and it made me want to ask about a somewhat similar feature. i have a stream of data consisting of entities and associated samples. so i create a row for each entity and the columns in each row contain the samples for that entity. when i ge