I couldnt find much documents related to Encodingstats in cassandra. Read that it is used for disk write optimization. Is this optimization happening in memtable level or sstable level? Kindly help
I couldnt find much documents related to Encodingstats in cassandra. Read that it is used for disk write optimization. Is this optimization happening in memtable level or sstable level? Kindly help
The EncodingStats
class (as the name suggests) is used for encoding the statistics (metadata) of rows and tombstones when serialising data.
The statistics are used for optimising the storage of rows on disk so it applies to SSTables.
In any case, none of these are really relevant to an app developer or DB admin so perhaps if you tell me what problem you are trying to solve, I'd be able to give a better response. Cheers!
7 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2023 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use