Re: Good partition key doubt

2014-12-15 Thread José Guilherme Vanz
Nice, I got it. =] If I have more questions I'll send other emails. xD Thank you On Thu, Dec 11, 2014 at 12:17 PM, DuyHai Doan wrote: > > "what is a good partition key? Is partition key direct related with my > query performance? What is the best practices?" > > A good partition key is a partitio

Re: Good partition key doubt

2014-12-11 Thread DuyHai Doan
"what is a good partition key? Is partition key direct related with my query performance? What is the best practices?" A good partition key is a partition key that will scale with your data. An example: if you have a business involving individuals, it is likely that your business will scale as soo

Good partition key doubt

2014-12-11 Thread José Guilherme Vanz
Hello folks I am studying Cassandra for a short a period of time and now I am modeling a database for study purposes. During my modeling I have faced a doubt, what is a good partition key? Is partition key direct related with my query performance? What is the best practices? Just to study case, l