ScyllaDB Optimizes Mixed Workload Latency
Written by Kay Ewbank   
Monday, 18 July 2022

There's a major new version of ScyllaDB with improvements aimed at improving performance and ease of use. These start with support for running on the AWS EC2 servers that are powered by Intel Xeon processors. The new version is available in both the commercial and open source versions of ScyllaDB.

ScyllaDB is an open source NoSQL database that's compatible with Apache Cassandra. The developers of Scylla describe it as a much faster drop-in replacement for Apache Cassandra.

scylladb

ScyllaDB 5 improvements start with support for the AWS EC2 I4i line of servers powered by the 3rd generation of Intel Xeon (“Ice Lake”) processors. The company says ScyllaDB running on I4i servers can provide twice the performance of comparable I3 series servers.

The new release has also had work on the IO scheduler to optimize its performance. The new scheduler is better at restricting disk I/O in order to keep latency low. Reverse queries are another area that has been worked on so they run faster. Reverse queries are Select statements that use reverse order from the table schema. In Scylla 5 they have been improved in two ways, first to return short pages to limit memory consumption, and secondly, to use ScyllaDB’s row-based cache.

New Virtual Tables have been added for configuration and nodetool information. The new system.config virtual table allows querying and updating a subset of configuration parameters over CQL. These updates are not persistent, and will return to the scylla.yaml update after restart. Nodetool command information can also be accessed via virtual tables, including snapshots, protocol servers, runtime info, and a virtual table replacement for nodetool versions. Virtual tables allow remote access over CQL, including for ScyllaDB Cloud users.

ScyllaDB 5.0 also includes new experimental features, including providing strongly and immediately consistent schema changes and a new approach to tombstone garbage collection, both of are designed to ake ScyllaDB easier to administer and more reliable.

The new release of ScyllaDB is available from the website. 

scylladb

More Information

ScyllaDB Homepage

Related Articles

ScyllaDB Launches DynamoDB Migration Tool

Scylla DB Adds Materialized Views

Scylla DB Adds HTAP

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]



Quadrupedal Parkour
31/03/2024

What is it with robots and parkour? First Atlas and now ANYmal want to impress us with their prowess. For the roboticist, however, emulating the skills of free running can enhance the capabilities of  [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 18 July 2022 )