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 have is the impact of this design on the node and in particular
- heap
- system memory
- disk usage
- in memory structures (memtable/index summary/bloom filters)
- on disk (index files)
-compaction

Any feedback is greatly appreciated.

Thanks
Imran

Reply via email to