[go: up one dir, main page]

Introducing G2.ai, the future of software buying.Try now
Share your insights with ScyllaDB

Thousands of people like you come to G2 to find out whether solutions like ScyllaDB are the right fit for them. Share your real experiences with ScyllaDB and the G2 community and help someone make the right decision about their software.

ScyllaDB Reviews & Product Details

ScyllaDB Product Details

Value at a Glance

Averages based on real user reviews.

Time to Implement

4 months

ScyllaDB Integrations

(6)
Verified by ScyllaDB

ScyllaDB Media

ScyllaDB Demo - ScyllaDB Monitoring
Monitoring for 3 nodes: throughput, throughput per node, stress commands, and client-side p99 latency.
ScyllaDB Demo - CQL Statements
ScyllaDB uses the Cassandra Query Language (CQL) as a query language. It also supports the DynamoDB API, which is formed into JSON objects.
Architectural differences on how ScyllaDB achieves high performance NoSQL.
Play ScyllaDB Video
Architectural differences on how ScyllaDB achieves high performance NoSQL.
ScyllaDB Cloud is the monstrously fast and scalable database-as-a-service for data-intensive apps that require high throughput and low latency.
Play ScyllaDB Video
ScyllaDB Cloud is the monstrously fast and scalable database-as-a-service for data-intensive apps that require high throughput and low latency.
Learn why and how Discord’s persistence team recently completed their most ambitious migration yet: moving their massive set of trillions of messages from Cassandra to ScyllaDB.
Play ScyllaDB Video
Learn why and how Discord’s persistence team recently completed their most ambitious migration yet: moving their massive set of trillions of messages from Cassandra to ScyllaDB.
In this video tutorial Attila Toth, ScyllaDB developer advocate, shows you our latest sample application built with ScyllaDB Cloud and NextJS.
Play ScyllaDB Video
In this video tutorial Attila Toth, ScyllaDB developer advocate, shows you our latest sample application built with ScyllaDB Cloud and NextJS.
In this video tutorial Attila Toth, ScyllaDB developer advocate, walks you through the process of setting up a one million operations per second ScyllaDB Cloud demo using Terraform.
Play ScyllaDB Video
In this video tutorial Attila Toth, ScyllaDB developer advocate, walks you through the process of setting up a one million operations per second ScyllaDB Cloud demo using Terraform.
Product Avatar Image

Have you used ScyllaDB before?

Answer a few questions to help the ScyllaDB community

ScyllaDB Reviews (334)

View 1 Video Reviews
Reviews

ScyllaDB Reviews (334)

View 1 Video Reviews
4.5
334 reviews

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
View Filters
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Harsh A.
HA
Junior Software Developer
Computer Software
Mid-Market (51-1000 emp.)
"ScyllaDB For E-commerce Platform"
What do you like best about ScyllaDB?

Below are things which I like the most about our ScyllaDB usecase:

- Works really well for our online shopping site

- Able Handle lots of customers at once without slowing down the performance

- Easy to add more servers when we get busy during sales time

- Product catalog loads super fast for customers

- Shopping cart data never gets lost

- Works well with our existing tools

- Customer orders process quickly even during peak hours Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

- Setting it up the first time was tricky

- Not many online tutorials for beginners

- Some features we used in our old database aren't available Review collected by and hosted on G2.com.

Rutvik R.
RR
Software Engineer
Computer Software
Mid-Market (51-1000 emp.)
"Best Database At Scale : ScyllaDB"
What do you like best about ScyllaDB?

It supports CQL (Cassandra Query Language), so migrating or integrating with Cassandra-based systems is very easy. Automatic Sharding and Load balancing reduces our operational overhead and it makes the node management very easy. In-built Grafana monitoring tool is really awesome, we do not need to set them up separately. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

ScyllaDB Cloud does not provide a way to visually browse databases, tables, or data rows. While it’s growing, there are fewer integrations or community tools. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise (> 1000 emp.)
"Good NoSQL Database for storing ML training Data"
What do you like best about ScyllaDB?

ScyllaDB is very fast and handles a huge amount of data without any performance issues. We store large datasets for training our machine learning model, and it works smoothly even when the data keeps growing. Our setup is simple, and once it starts running, it needs very little care. (Thanks to Scylladb) Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

Nothing to dislike anything regarding performance and latency. Native data adapters still does not exist. AFAIK, we can not get live updates on any change in the data via any events or sockets. But I believe lots of features will eventually be added 🚀. Review collected by and hosted on G2.com.

Vashishth P.
VP
Associate Engineer
Mid-Market (51-1000 emp.)
"From Cassandra to ScyllaDB: Why I Made the Switch"
What do you like best about ScyllaDB?

The most important thing about ScyllaDB is it's performance. As it's written in C++ it's super super fast as compared to cassandra which is written in java. This means no garbage collection pauses, lower CPU overhead, and significantly better resource utilization. Also, one more important thing is Shard-Per-Core Architecture, This eliminates inter-core contention and boosts throughput dramatically. It also provides better scalability over very less numbers of nodes And The best part? ScyllaDB is fully compatible with Cassandra’s APIs and query language (CQL). This means you can migrate from Cassandra to ScyllaDB with minimal effort and you get massive performance improvements. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

ScyllaDB is 100% compatible with Cassandra’s CQL, but the broader ecosystem—third-party tools, integrations, and community plugins—is still catching up. Some tools designed for Cassandra may not work perfectly out of the box with ScyllaDB. ScyllaDB allows you to do more with fewer nodes, which is great. But the hardware requirements can be more demanding, and if you go with the Enterprise edition or Scylla Cloud, licensing costs could be a factor for some businesses. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Great NoSQL database for scaling and real-time data processing"
What do you like best about ScyllaDB?

I like that ScyllaDB can handle very large amounts of data quickly and smoothly. It is easy to add more servers as our data grows, and the system balances the data across nodes on its own. It works well for real-time data processing and has been very reliable with no major downtime. I also like their initiatives to organize various events regarding how to use scylladb in various fields. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

The main issue is that it uses a lot of system resources. Some features like search or graph queries are not built-in, and setting it up can be a bit hard for new users. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Fast and Reliable Database for Heavy Workloads"
What do you like best about ScyllaDB?

Performance and latency are two key important thing that it's specialized for. But, The sharding system works well in our usecase. Each node manages its own part of data, so the load is balanced. Even when traffic grows, the database stays stable. The replica system also helps. Query times are low, and I don’t have to worry about slow responses. Community and customer support is amazing here. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

The learning curve is a bit high at the start, especially when dealing with partitions and compactions. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Best NoSQL Database for Performance and Latency"
What do you like best about ScyllaDB?

ScyllaDB is very fast and can handle a lot of with great efficiency. It works well for real-time use, heavy writes, and large-scale systems like IoT or analytics. Adding new nodes is quick and easy, and the data gets balanced automatically. It also works with Cassandra, so moving to it is simple. I also like that it runs on any cloud and supports containers. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

Some features, like graph queries or advanced search, are missing compared to other databases. It can also take time to learn and set up, and the docs could use more real-world examples. Like most NoSQL systems, you have to deal with things like eventual consistency and fewer options for joins or transactions. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"ScyllaDB For Health Data Analysis"
What do you like best about ScyllaDB?

For health tech, where timeliness can affect the quality of treatment, etc, ScyllaDB's distributed architecture guarantees speedy reads/writes and consistency otherwise Its support for Apache Cassandra APIs also made transition more convenient although we did not have to rewrite our entire application logic. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

Better out-of-the-box integration with healthcare data compliance frameworks (HIPAA, GDPR) would be helpful for faster onboarding in regulated industries, otherwise everything seems perfect with scyllaDB. Review collected by and hosted on G2.com.

YM
Software Developer
Mid-Market (51-1000 emp.)
"Amazing Latency Oriented NoSQL Database"
What do you like best about ScyllaDB?

The best thing about ScyllaDB is the low latency. It stays fast even when there is a lot of data or high traffic. It scales smoothly, and responses come back in real time, which is very useful. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

Some features that exist in other databases, like built-in search or graph, are not there. Review collected by and hosted on G2.com.

RP
Data Analyst
Computer Software
Small-Business (50 or fewer emp.)
"Best Database for scalable and reliable infrastructure"
What do you like best about ScyllaDB?

It’s best for workloads that need High availability across multiple data centers and horizontal scaling. The best thing about ScyllaDB is its low latency nature along with the scaling and high availability. I also like the sessions and workshops organized by ScyllaDB, it helps to get started with the database and integrate it with the existing system. Review collected by and hosted on G2.com.

What do you dislike about ScyllaDB?

The documentations can be improved as it's hard to follow if you are new to this space Though the sessions, workshops and ScyllaDB university live is best way to get started. Review collected by and hosted on G2.com.

Pricing Insights

Averages based on real user reviews.

Time to Implement

4 months

Return on Investment

14 months

Average Discount

13%

ScyllaDB Comparisons
Product Avatar Image
Redis Software
Compare Now
Product Avatar Image
ClickHouse
Compare Now
Product Avatar Image
Cassandra
Compare Now
ScyllaDB Features
Application Performance
Orchestration
Database Monitoring
Provisioning
Scalability
Backup
Archiving
Data Replication
Data Model
Data Types
Product Avatar Image
Product Avatar Image