You can create a ticket, but (1) the community has pretty much moved
on from maintaining 0.6 and (2) this looks like the kind of
non-critical problem that isn't worth jeopardizing stability to
attempt a fix for.
2011/7/15 Zhu Han :
> 2011/7/15 Zhu Han
>>
>> 2011/7/15 Jonathan Ellis
>>>
>>> If yo
The Cassandra team is pleased to announce the release of Apache Cassandra
version 0.7.7.
Cassandra is a highly scalable second-generation distributed database,
bringing together Dynamo's fully distributed design and Bigtable's
ColumnFamily-based data model. You can read more here:
http://cassand
I'm trying to model a schema for a logging storage system in
Cassandra: Log messages consist of a timestamp, message, and some
other arbitrary key/value pairs. Querying would primarily be done
based on timestamp ranges; I will probably be doing filtering based on
matches against the key/value pairs
On Sat, Jul 16, 2011 at 7:08 PM, Tristan Seligmann
wrote:
> I'm trying to model a schema for a logging storage system in
> Cassandra: Log messages consist of a timestamp, message, and some
> other arbitrary key/value pairs. Querying would primarily be done
> based on timestamp ranges; I will proba