Cassandra - Limiting Table Size -
is possible limit size of table in cassandra, 'fair means or foul'? either through actual expected usage of cassandra (i can't find in docs) or bit more hacky, setting disk quotas locations storing sstables or similar.
no, can't.
by design, c* vary amount of disk space used, eg. during compaction, saving key/row caches disk, index files, bloom filters, snapshots etc (all config dependant) may not data you've inserted need account for. should included/excluded hard limit?
there's no c* feature need using isn't fit use case.
as disk quotas - try it. see happens when limit reached. expect (although don't know sure) c* throw exception , shutdown. nodes fall dominoes each 1 reaches quota or client choke when read/write consistency can't met.
Comments
Post a Comment