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
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
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.