chibenwa commented on a change in pull request #476:
URL: https://github.com/apache/james-project/pull/476#discussion_r647892845
##########
File path:
mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/modules/CassandraMailboxModule.java
##########
@@ -42,7 +42,8 @@
.comment("Holds the mailboxes information.")
.options(options -> options
.caching(SchemaBuilder.KeyCaching.ALL,
-
SchemaBuilder.rows(CassandraConstants.DEFAULT_CACHED_ROW_PER_PARTITION)))
+
SchemaBuilder.rows(CassandraConstants.DEFAULT_CACHED_ROW_PER_PARTITION))
+ .compressionOptions(SchemaBuilder.lz4().withChunkLengthInKb(8)))
Review comment:
I do think compression is more related to the workload than the
infrastructure.
That being said I'm fine keeping defaults, and requiring expertise to come
and tune these settings.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]