Re: POC on Cassandra 5.0.4

2025-07-14 Thread Shalom Sagges
Thanks a lot guys :-) Much appreciated! On Mon, Jul 14, 2025 at 1:39 PM Dmitry Konstantinov wrote: > Hi Shalom, > > Yes, 5.0.4 is production ready. > On OS level it makes sense to start from > https://docs.datastax.com/en/dse/6.9/managing/configure/recommended-settings.html#configSetKernelParam

[RELEASE] Apache Cassandra GoCQL Driver 2.0.0-rc1 released

2025-07-14 Thread João Reis
The Cassandra team is pleased to announce the release of Cassandra GoCQL Driver version 2.0.0-rc1. The Source release is available here: https://dlcdn.apache.org/cassandra/cassandra-gocql-driver/2.0.0-rc1/ You can add the driver to your project with the "v2.0.0-rc1" tag: go get github.com/apach

Re: POC on Cassandra 5.0.4

2025-07-14 Thread Dmitry Konstantinov
Hi Shalom, Yes, 5.0.4 is production ready. On OS level it makes sense to start from https://docs.datastax.com/en/dse/6.9/managing/configure/recommended-settings.html#configSetKernelParameters JDK: latest JDK17 build, if you are looking for low latency you can try to use Shenandoah or ZGC instead

Re: POC on Cassandra 5.0.4

2025-07-14 Thread Đức Nguyễn
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

Re: POC on Cassandra 5.0.4

2025-07-14 Thread Shalom Sagges
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 P