Project Circe January Update

ScyllaDB
3 min readJan 28, 2021

--

by Peter Corless

When we announced Project Circe at this year’s Scylla Summit we pledged to keep the community apprised of our progress every month. We’ll kick things off this month by covering the work we’ve done to make Scylla an even-more-monstrous NoSQL database.

You can read about our long-term goals for Project Circe in our blog post from earlier this month. If you prefer to hear it directly, you can watch our CEO Dor Laor’s keynote from Scylla Summit.

Scylla Open Source 4.3

Along with all the other news at Scylla Summit we released the latest version of our database, Scylla Open Source release 4.3. This release makes our Change Data Capture (CDC) feature GA, and provides the foundation for our experimental feature for Alternator Streams — our DynamoDB Streams workalike. It also supports a unified installer, and a Google Cloud Platform (GCP) image. Specifically for Project Circe, this release removes the seed node concept in gossip; seed nodes are still used in the init process.

Scylla Cloud on GCP

We are now conducting a beta program to support Scylla Cloud on GCP. This service brings our fully tested Scylla Enterprise release to the GCP platform, where you will be able to run your Apache Cassandra or DynamoDB-compatible workloads. If you are interested in taking part of this early limited offering, please sign up for Scylla Cloud.

SIGN UP FOR SCYLLA CLOUD

Scylla Operator

We recently announced the General Availability (GA) release of Scylla Operator, our production-ready open source project that allows users to manage their Scylla clusters using Kubernetes (K8s).

To get started, watch the presentation on Scylla Operator 1.0 on our Scylla Summit on-demand site. Check out our Scylla Operator page, where you can find links to download, read the documentation, and check out our free Scylla University course to get you started.

WATCH SCYLLA OPERATOR 1.0 ON-DEMAND

New IO Scheduler

Scylla 4.4-rc0 was created and one of its major premises is a better IO scheduler. The benefits of the new scheduler were covered at the summit Performance Enhancements session.

The new IO scheduler 2.0 has an active window that is large enough to saturate, but small enough to keep latency low.

The previous scheduler didn’t cope accurately enough with a mix of large IOs originating from blobs or compaction together with smaller, standard query IOs.

The original IO scheduler had unbalanced demand, and underutilized disk. Repairs and compactions ran at different times on different shards.

With the new IO scheduler 2.0, bandwidth and IOPS are shared;
each shard can use the whole disk.

The new scheduler shares bandwidth with all of the shards in the node, thus can borrow bandwidth and performs much better in environments with low IO bandwidth.

WATCH SCYLLA PERFORMANCE ENHANCEMENTS ON-DEMAND

Don’t Miss a Session!

These are just a few of the highlights from Scylla Summit 2021. All of our sessions are available via our on-demand site, you can sign up to watch them all here:

WATCH ALL THE SCYLLA SUMMIT ON-DEMAND VIDEOS

--

--

ScyllaDB
ScyllaDB

Written by ScyllaDB

The monstrously fast and scalable NoSQL database.

No responses yet