Re: Discrete events table - Partition Question

2017-02-15 Thread Ahmed Eljami
​Hello, ​I don't see any impact in your case (a table without composite key). But it can be less flexible on your query-pattern, in this case you can't return an event by date... for example! but if you'r sure that you will query only by id_event, in this case, no problems.

Discrete events table - Partition Question

2017-02-15 Thread Imran
Hello everyone - I have a modeling challenge where we are recording events about 1000 a sec in a Cassandra table. The event id is unique and is being used as a partition key with no clustering columns. I understand this is a anti pattern and will result in discrete partitions. The question I h