Re: Need help in cassandra data model..

2010-09-01 Thread aaron morton
From what you have described that sounds OK (am assuming there is not millions of events per transaction). When designing the model consider all the ways you will want to read the data back and then dernomalize the data appropriately. Ideally each request for data from cassandra should be handle

Need help in cassandra data model..

2010-09-01 Thread Manikandan R
Hello Everyone, I am doing study on cassandra to make use of it for the below problem - My current system has many components. To complete any transaction(request), it has to pass through all the components. While it passes through, there is no clear visibility to know what is happening behind ea