Re: Impact of column names on storage

2023-06-12 Thread Dimpal Gurabani
length of column names, > unless they are ridiculously long and hard to compress, or if SSTable > compression is turned off. > > > On 12/06/2023 13:55, Dimpal Gurabani wrote: > > Hi all, > > We have a table with 15 columns and ~1M rows. Looking at the output of the > sstabledump

Impact of column names on storage

2023-06-12 Thread Dimpal Gurabani
Hi all, We have a table with 15 columns and ~1M rows. Looking at the output of the sstabledump tool, it seems like column names are stored in the cell for each row. Is this understanding correct or just sstabledump showing verbose output? If yes, is it recommended to have small column names to sav