Seven Design Decisions That Apache Cassandra's Successor Is Built On
Open Source For You|March 2018

ScyllaDB is the next-generation Apache Cassandra compatible database. Its user list of IBM, Zenly, Snapfish, AdGear, etc, is in itself a testament to its excellence. With an installer for every platform, the reader has an open invitation to give it a try.

Dor Laor
Seven Design Decisions That Apache Cassandra's Successor Is Built On

Loved by its community of users, Apache Cassandra is widely accepted as the best highly available distributed database. With roots in both Dynamo and Bigtables, it represents 15 years of progress. However, while Cassandra is known for flexible replication, multidata centre support and gigantic homogeneous clusters, its many issues are well known too. At times, one feels that Cassandra is a victim of its own success.

At ScyllaDB, we set our sights on delivering an open source alternative to Cassandra — one that’s rebuilt from the ground up, to deliver higher throughput, to maintain consistently low latencies and to reduce the time users spend tuning their databases. At the same time, we wanted to preserve all the things the Cassandra community loves.

Once we’d decided what we wanted to build, we had to make several important decisions about how we’d go about building it. Here, I’ll share the seven fundamental design decisions we made when architecting a better performing Cassandra and the results those decisions have had on our open source project.

Design decision 1: C++ instead of Java

We didn’t have to think long before making this initial design decision. Most systems professionals understand that Java isn’t a good language for systems programming. Why? Because it deprives the user of control. A modern database requires the ability to use large amounts of memory and to have precise control over what the computer is doing at any time. Java isn’t well suited to address either of these requirements. However, C++ serves both purposes well. It not only gives developers very precise control over everything that they might want to do, but it also allows the creation of abstractions, which lets you create complex code in a manageable way.

Diese Geschichte stammt aus der March 2018-Ausgabe von Open Source For You.

Starten Sie Ihre 7-tägige kostenlose Testversion von Magzter GOLD, um auf Tausende kuratierte Premium-Storys sowie über 8.000 Zeitschriften und Zeitungen zuzugreifen.

Diese Geschichte stammt aus der March 2018-Ausgabe von Open Source For You.

Starten Sie Ihre 7-tägige kostenlose Testversion von Magzter GOLD, um auf Tausende kuratierte Premium-Storys sowie über 8.000 Zeitschriften und Zeitungen zuzugreifen.

WEITERE ARTIKEL AUS OPEN SOURCE FOR YOUAlle anzeigen
The Crucial Role of Open Source in Advancing Blockchain Technology
Open Source For You

The Crucial Role of Open Source in Advancing Blockchain Technology

Open source and blockchain technology are like soulmates, forging connections, building bridges, and working together to create a future that is more open, inclusive, and equitable.

time-read
10 Minuten  |
May 2024
Why Open Source Dependencies Must be Managed
Open Source For You

Why Open Source Dependencies Must be Managed

Unmanaged reliance on open source software may result in a Support crisis over a project’s life span, as well as financial loss for the organisation. Planned and regular upgrades of open source software components are a must.

time-read
6 Minuten  |
May 2024
Why Cloud Security Alone is Not Enough for Enterprises
Open Source For You

Why Cloud Security Alone is Not Enough for Enterprises

Traditional and off-the-shelf security tools for the cloud may lull organisations into a false sense of being safe from cyber threats. This first article in the two-part series explains why organisations must develop an enterprise cloud security governance strategy’.

time-read
6 Minuten  |
May 2024
Openchain: Revolutionising Supply Chain Management
Open Source For You

Openchain: Revolutionising Supply Chain Management

Openchain’s unique features cater specifically to enhancing supply chain management. This distributed ledger technology is helping to build a future where supply chains are more transparent, efficient, and secure.

time-read
2 Minuten  |
May 2024
Open Source, Private and Public Blockchain Platforms: What They Offer
Open Source For You

Open Source, Private and Public Blockchain Platforms: What They Offer

Open source platforms play a crucial role in driving innovation and democratising access to blockchain technology. These platforms promise to have a significant impact on the future of society by offering a range of benefits.

time-read
7 Minuten  |
May 2024
Why Choose Hyperledger Sawtooth?
Open Source For You

Why Choose Hyperledger Sawtooth?

Hyperledger Sawtooth has earned a formidable reputation as a champion of modularity in the realm of enterprise blockchains. We delve into its components and functionalities, as well as the advantages it offers businesses seeking custom-crafted blockchain solutions.

time-read
8 Minuten  |
May 2024
Hyperledger Fabric: What You Should Know and Why
Open Source For You

Hyperledger Fabric: What You Should Know and Why

Understanding the essential features of Hyperledger Fabric is crucial for anyone looking to develop blockchain applications for enterprise use. These features provide the foundation for building secure, scalable, and privacy-focused applications, and can be leveraged to create innovative solutions that address real-world business challenges.

time-read
7 Minuten  |
May 2024
The Metaverse and Blockchain Technology: What the Future Holds
Open Source For You

The Metaverse and Blockchain Technology: What the Future Holds

The integration of the metaverse with blockchain technology has opened exciting possibilities for managing digital assets in virtual environments. As virtual worlds become increasingly immersive and interconnected, the need for secure and efficient asset management solutions has never been greater.

time-read
7 Minuten  |
May 2024
Machine Learning Basics for a Newbie
Open Source For You

Machine Learning Basics for a Newbie

Machine learning is a vast and rapidly evolving field, and this article serves as a stepping stone for those new to the domain. Explore the fundamental concepts of machine learning, from understanding the differences between traditional programming and ML to delving into various types of machine learning algorithms.

time-read
7 Minuten  |
May 2024
Human-AI Collaboration is the Future
Open Source For You

Human-AI Collaboration is the Future

Al-augmented decision making is making a transformative impact across various fields, benefiting a range of industries.

time-read
8 Minuten  |
May 2024