Re: Storing application logs into Cassandra / design question

2010-07-05 Thread yaw
Perfectly right Nick. So i suppose that If I want to keep RandomPartionner ( I understand this is the best for high volume applications), I could design database like this : A CF with key = UUID will contain log message details => allows me to split real data evenly between nodes A CF with key

Re: Storing application logs into Cassandra / design question

2010-07-03 Thread Микола Стрєбков
On 02.07.10 16:10, yaw wrote: > Hi all, > I'd like to store logs of my application into cassandra. > > I need to query logs by date (last X logs) or user (give me last X logs > for user Y ) and I want to dispatch data among several servers. > > > I think the best design way is following

Storing application logs into Cassandra / design question

2010-07-02 Thread yaw
Hi all, I'd like to store logs of my application into cassandra. I need to query logs by date (last X logs) or user (give me last X logs for user Y ) and I want to dispatch data among several servers. I think the best design way is following : Each log identifier is a time based UUID.