Re: Revised: Data Modeling advise for Cassandra 0.8 (added #8)

2011-03-31 Thread aaron morton
It does not have a yaml file, so am assuming it's the default Random Partitioner. Aaron On 1 Apr 2011, at 04:51, Drew Kutcharian wrote: > Thanks Aaron, > > I have already checked out Twissandra. I was mainly looking to see how > Secondary Indexes can be used and how they effect Data Modeling

Re: Revised: Data Modeling advise for Cassandra 0.8 (added #8)

2011-03-31 Thread Drew Kutcharian
Thanks Aaron, I have already checked out Twissandra. I was mainly looking to see how Secondary Indexes can be used and how they effect Data Modeling. There doesn't seem to be a lot of coverage on them. In addition, I couldn't tell what kind of Partitioner is Twissandra using and why. cheers,

Re: Revised: Data Modeling advise for Cassandra 0.8 (added #8)

2011-03-31 Thread aaron morton
Drew, The Twissandra project is a twitter clone in cassandra, it may give you some insight into how things can be modelled https://github.com/thobbs/twissandra If you are just starting then consider something like... - CF to hold the user, their data and their network l

Revised: Data Modeling advise for Cassandra 0.8 (added #8)

2011-03-29 Thread Drew Kutcharian
I'm pretty new to Cassandra and I would like to get your advice on modeling. The object model of the project that I'm working on will be pretty close to Blogger, Tumblr, etc. (or any other blogging website). Where you have Users, that each can have many Blogs and each Blog can have many comments

Data Modeling advise for Cassandra 0.8

2011-03-29 Thread Drew Kutcharian
I'm pretty new to Cassandra and I would like to get your advice on modeling. The object model of the project that I'm working on will be pretty close to Blogger, Tumblr, etc. (or any other blogging website). Where you have Users, that each can have many Blogs and each Blog can have many comments