Re: Maximum SSTable size

2018-06-27 Thread Jeff Jirsa
That’s a target and not a maximum, and it can go over that even on LCS with wide partitions In general, the practical limit is hundreds of gigabytes (I’ve seen 500-600 a lot, but not more than a terabyte very often). You’ll typically hit other issues and need to tune some params before you hit

RE: Maximum SSTable size

2018-06-27 Thread ZAIDI, ASAD A
With Leveled compaction strategy , you can set target size with sstable_size_in_mb attribute however actual size can still be larger than target given large partition size. Thanks/Asad From: Lucas Benevides [mailto:lu...@m