Re: Suggestion Date as a Partition key

2015-02-04 Thread Srinivasa T N
I would not suggest only date as the partition key. This creates all the records related to a single day go into a single partition and will create load on one partition when other partitions are free. Try to add some other field also to the primary key so that the load is distributed. Check thi

Suggestion Date as a Partition key

2015-02-03 Thread Asit KAUSHIK
HI All, Please excuse me if my queries of are of novice user . On continuation with my last table design issue i am thinking of creating a Partition key on date(only) as in our search criteria time frame would always be there. So my queries are 1) Is this a good idea as i don't have any other fie