Hi Shalom We are also using 5.0.4 and I can say that it's a stable version for use in production. We started switching from on-prem to k8s cassandra --> k8ssandra operator 4 years ago so the answer maybe a bit different from what you are looking for. But since you are quite familiar with it since 3.11, the general rules for Cassandra prod resources haven't changed much. 4+ cores, 24-32GB RAM with at least 16GB mem for heap Use G1GC for >16GB memory SSD + separate physical disk between commit log/data dir Turn on your audit-log (this is prod) One of the notable changes in my opinion are ZeroCoppy and SAI Index - you can look for them on the internet (Same as OS tuning setting) You can also pull some pre-configured image and digging the config - I would recommend OSS Cassandra, Datastax and k8ssandra docker repo.
Regards Duc Nguyen On Mon, Jul 14, 2025 at 3:28 PM Shalom Sagges <shalomsag...@gmail.com> wrote: > Hi Manish, :-) > > I'm quite proficient with Cassandra. I was managing Cassandra clusters for > over 5 years. > However, I switched jobs and only several years later was I able to > persuade my manager to run a POC on Cassandra. :-) > I stopped at 3.11 and I'm sure a lot has changed since then. > I'd like the POC to be as optimal as possible, and that's why I wish to > dive into the fine tuning area such as > > - Operating System tuning (linux), Service file settings, Cassandra > yaml/jvm/logback tuning or anything else that may boost performance. > > > Thanks! > > > On Mon, Jul 14, 2025 at 5:48 AM manish khandelwal < > manishkhandelwa...@gmail.com> wrote: > >> Hi >> >> Yes 5.0.4 is stable version for use in production. You can refer >> https://cassandra.apache.org/doc/latest/cassandra/getting-started/production.html >> for production settings. >> >> Regards >> Manish >> >> On Sun, Jul 13, 2025 at 11:52 PM Shalom Sagges <shalomsag...@gmail.com> >> wrote: >> >>> Hi Everyone, >>> >>> I plan to start a POC on Cassandra 5.0.4 as a NoSQL database in our >>> Production environment. >>> I'd like to make sure it's well tuned from the start, and I wanted to >>> know if there are any recommendations for tuning Cassandra, such as: >>> >>> - Is 5.0.4 a stable version to use in Production? >>> - Operating System tuning (linux). >>> - Service file settings. >>> - Cassandra yaml/jvm/logback tuning. >>> >>> links to tuning guides would also be most welcome. >>> >>> I’d greatly appreciate any pointers you may have. >>> >>> Thanks! 🙏 >>> >>