Re: Default table compression defined in yaml.

2024-03-21 Thread Claude Warren, Jr via dev
The text I posted above is directly from the yaml. Is it intended that "sstable:" is to be first segment of the yaml key for "default_compaction"? If so, it won't because column_index_cache starts in the first column. I am happy to move the new configuration section, but I don't follow how this

Re: Default table compression defined in yaml.

2024-03-21 Thread Jacek Lewandowski
Only indented items below "sstable" belong to "sstable". It is commented out by default to make it clear that it is not required and the default values apply. There are a number of sstable parameters which are historically spread across the yaml with no structure. The point is that we should not a

Re: Default table compression defined in yaml.

2024-03-21 Thread Claude Warren, Jr via dev
Jacek, I am a bit confused here. I find a key for "sstable" in the yaml but it is commented out by default. There are a number of options under it that are commented out and then one that is not and then the "default_compaction" section, which I assume is supposed to apply to the "sstable" secti