michaelsembwever commented on code in PR #2973: URL: https://github.com/apache/cassandra/pull/2973#discussion_r1420910910
########## doc/modules/cassandra/pages/architecture/storage-engine.adoc: ########## @@ -208,6 +217,11 @@ persisted ** store rows natively * mb (3.0.7, 3.7): commit log lower bound included * mc (3.0.8, 3.9): commit log intervals included +* big (3.0.0): literally BigTable format + +=== Version 5 + +* bti (5.0.0): Big Trie format Review Comment: working on a fix for this… ########## doc/modules/cassandra/pages/architecture/storage-engine.adoc: ########## @@ -208,6 +217,11 @@ persisted ** store rows natively * mb (3.0.7, 3.7): commit log lower bound included * mc (3.0.8, 3.9): commit log intervals included +* big (3.0.0): literally BigTable format + +=== Version 5 + +* bti (5.0.0): Big Trie format Review Comment: working on a fix for this… -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

