18 anos ajudando empresas
a escolher o melhor software

Apache Cassandra
Conheça Apache Cassandra
Solução de gestão de banco de dados criada para gerenciar grandes quantidades de dados em muitos servidores comuns.
Quem usa Apache Cassandra?
O Apache Cassandra foi criado para empresas, em vários setores, com grandes conjuntos de dados que estão em constante mudança.
Está em dúvida sobre o Apache Cassandra?
Compare com uma alternativa popular

Apache Cassandra
Avaliações do Apache Cassandra

A highly available and a consistent flavour of NoSQL Databases
Comentários: Been using it and will continue to use it for our Data Engineering needs that involves storing of huge amount of data with a lot of r/w operations we perform every week.
Vantagens:
It is really beneficial for faster write operations and fast read search type queries that can be used in a pipeline with a high velocity of Read/Write operations. Management of data is carried out well by Cassandra and provides replication with its replication factor and replication strategy to prevent data loss.
Desvantagens:
Apache Cassandra is not meant for analytical queries and it cannot perform certain aggregation functions, Joins like other databases can.

Alternativas consideradas anteriormente:
Cassandra as an Open Source Database
Vantagens:
First of all, I am a fan of Open Source projects and I really enjoy working with Apache products. I have used Cassandra for several months for my research project that included storing unstructured data. I found it a little bit more difficult to use than Amazon DynamoDB, but given that it is the open source project I was thoroughly impressed by all the features and the reliability of Cassandra. I would recommend Cassandra for projects using Open Source technologies. It is very fast and met all of the efficiency metrics and agreements for the project I have been developing.
Desvantagens:
I found it a little bit harder to work with compared to MongoDB and DynamoDB. Nevertheless I believe that for an experienced engineer who has worked with Databases before, it will take couple of weeks to get fully fluent with Cassandra docs.

It was good, until we hit GC
Comentários: We were able to offload tables from our MySQL to NoSQL.
Vantagens:
It was the best NoSQL solution for our organization. decent performance and cross-Datacenter replication.
Desvantagens:
It's written in JAVA. GC was killing us. at some point we had a server on GC for 30 min every 15 min. we had to add more and more servers to deal with the situation. DataStax's PHP driver was using the first server available as a 'Contact point' when it was on GC, the second server on the list was hit and sometimes caused to crash; as result - we had a domino effect and an entire cluster would have crashed. (that, btw, was fixed and now Contact point is random). There is a better alternative ***SCYLLADB**** Since we moved to Scylla - we were able to reduce the amount of servers by 75%. Performance and stability is magnificent. client side hasn't changed - running with the same drivers.
Available at all times
Vantagens:
It is designed to handle large amounts of data and can scale to support thousands of nodes across multiple data centers. And of course, it is open source which is a plus.
Desvantagens:
It is a complex database system that requires a high level of expertise to set up and maintain. It can be difficult to configure and optimize.

Alternativas consideradas anteriormente:
cassandra review
Vantagens:
I like it scales very easily when we see increase it traffic
Desvantagens:
Cassandra does not support joins so it is difficult to use as complex OLTP system
Alternativas consideradas anteriormente:
Timeseries Database
Comentários:
Looks good on paper but has been very costly in terms of required resources to finally manage the load.
Training material is limited and people with real experience are scarce.
Vantagens:
Opensource license provides an easy cost entry point Programmatic support for our purpose was very good.
Desvantagens:
There is only one commercial version of this product and licensing is high. It can consume far more resources to handle the workload you give it than spec data suggests

Awesome No SQL DB
Vantagens:
The is awesome tool for No SQL DB requirements. We use this to store transactions so that we can reprocess in case something goes down.
Desvantagens:
The Queries are little tough and most of the features of sql queries are not supported.

good option from NoSql family database
Comentários: Just very good NoSql database in scenarios where you have to deal with large and hig velocity data in real time.
Vantagens:
Cassandra is good choice from NoSql database when you need to store data which is coming at high velocity. As write operation in cassandra is very fast so it make it reliable to use it for real time scenarios where you have to process and modify the data in real time. And as Cassandra is built using Java, so it is easy to integrate this with other Java base tools like Spark, Hadoop etc.
Desvantagens:
Only cons for me is that it’s unpredictable performance because cassandra has lots of asynchronous jobs and other background job which are not in control. In such cases, troubleshooting some issue is big problem.

Intuitive for SQL user
Vantagens:
The query language cql is quite intuitive specially for sql users. Setup is also very easy since they have extensive documentation. Cassandra also provides very good and easy to use APIs that can be easily integrated in any application.
Desvantagens:
It is a column oriented storage format which takes some time to get used specially for sql users.

It is a powerful database manager noSql
Vantagens:
It is spectacular for web applications that handle a large amount of data, the level of data processing is very fast.
Desvantagens:
The learning curve is very strong when you have worked with SQL. The change from SQL to noSQL is somewhat strong.
A good tool for NOSQL database
Comentários: Overall a nice tool and I suggest using it for NOSQL database users
Vantagens:
Cassandra stores data in a column-family format, which is a key-value pair-based storage model. In Cassandra, data is organized into column families, which are similar to tables in a relational database management system.
Desvantagens:
One potential challenge with Cassandra is its complexity. Cassandra has a steep learning curve compared to traditional relational databases, and it requires a deep understanding of its underlying data model, query language, and distributed architecture.

It has been a pleasant and rewarding experience for the management of data in the cloud and totally
Comentários: It was very useful to me when I had to develop an application that needed a relational database and a non relational database that was going to be in the cloud, it was very useful and easy to use, as well as it did not give me problems for its use.
Vantagens:
It has been a pleasant and profitable experience for the handling of data in the cloud and totally free, the handling of the data oriented to column families, tolerant to failures, since it replicates the data automatically to multiple nodes; When a node fails it can be replaced without any period of inactivity. allows replicas to multiple data centers; data storage type column family. The latest version of CQL3 that made the instructions similar to SQL with what breaks with the mental shock at the time of programming. It really does an efficient handling of data in the cloud.
Desvantagens:
The fact of having the data stored column by column allows us to return the rows more quickly, but when inserting, updating or deleting a record, it must be done in more than one location; for this reason, this type of database is not recommended for OLTP-type, transaction-oriented and high-concurrency systems.
Cassandra Use Cases and Deployment Scope
Comentários: I had used Cassandra in my academic projects which were related to cloud computing. I used it for a few projects on Salesforce where multi tenancy features are implemented. In such scenarios Cassandra was one the best choices for NoSql. Although we have used RDMS, the performance while using Cassandra was better. I have simulated a few real time running apps like Facebook and Uber where I have used RDMS and Cassandra, and checked the performance using Jmeter. It clearly shows that Cassandra boosts the performance over RDMS. One thing I find difficult in Cassandra is following the documents, which are not so understandable.
Vantagens:
Undoubtedly performance is an important reason We have not encountered a single point of failure Scalability of Cassandra is good which is the most important for the companies where demand is scaling day by day.
Desvantagens:
Cassandra has a wide range of asynchronous jobs and background tasks that are not scheduled by the client, the execution can be eccentric. Because Cassandra is a key-value store, doing things like SUM, MIN, MAX, AVG and other aggregations are incredibly resource intensive if even possible to accomplish. I think querying options for retrieving data is very limited.
A promising and powerful NoSQL database.
Vantagens:
It is great for the right workload; with heavy writes and eventual consistency, it is a leader in the NoSQL space. I recommend Datastax for support using and supporting it.
Desvantagens:
Maintaining a cluster and an ops center server (for backups and monitoring) can get quite pricey. The learning curve of maintaining a cluster is a bit long.
lightning fast key store
Comentários: we needed to build a scalable object store with high write load (write is the main pattern of usage)
Vantagens:
csql syntax is powerful lightning fast read/writes smart client to reduce hops to the correct node easy to install
Desvantagens:
cluster management complexity problematic node recovery
Cassandra : Zenith of Open Source NoSQL
Comentários: We have quite complex requirements of tracing Buses/Truck of African cities of Rwanda for real-time reporting of schedule, breakdown, Traffic management of City using Apache Cassandra. Our team chose Cassandra for quite few reason. Open Source, Fault Tolerance, High Availability, Scalability, and Reliability of software components. I am happy that our team has chosen the right software for delivering complex software Solutions for Our Connected Vehicle Platform. We used it for real-time transactions and analytics. PROs: Fault Tolerance, Availability, and Superb Performance. CONs: It's not good for managing your Application processing. Its NoSQL DB requires lot of different understanding and NoSQL comes with its own issue so it shifts from traditional thinking process of RDBMS. Cassandra required very big learning curve which adds to the cost but benefits out weight this learning cost.
Cassandra
Vantagens:
CASSANDRA is easy to use, easy to search objects based on key space values
Desvantagens:
Cassandra needs to improve their architecture and also provide more training videos
Alternativas consideradas anteriormente:
Review for Apache Cassandra
Comentários: Allow users to process large volumes of data, in a scalable and reliable way. It's a fast NoSQL distributed database.
Vantagens:
Easy to download, install, deploy and use.
Desvantagens:
Need heavy efforts for training new users.
Not exactly good
Comentários: It won't take long to learn to use it because if you're an entry-level SQL user, you'll have mastered the entire software in about 10 minutes.
Vantagens:
Basically, if you need a database software, you can use it, but you need to be a novice in this business to be extremely satisfied. It needs more improvement and the price should be a little cheaper.
Desvantagens:
Its overall quality should be improved, Simple shortcuts and special complications added. Its price and payment methods need to be updated, it needs more attention but once the minor glitches are cleared I have no doubt you will release a great piece of software.
If something seems too good to be true it probably is.
Vantagens:
An easy way to share data across multiple clusters. A proper columnar data store, with some novel quorum modes.
Desvantagens:
No matter how it's configured it's impossible to have really durable data. Having fault tolerant synchronous modes is useless if a node can die because it ran out of journal space. This should never happen! If a node can't write it's journal it should freeze, not the loose consistency of its local data ( I'm talking about corruption here not the loss of consistency with the other nodes). Columnar formatting and retrieval are actually really inefficient. Data formats in anything other than simple storage are bloated and inefficient.
Apache-Cassandra_01
Vantagens:
Apache Cassandra is good for bigdata systems.
Desvantagens:
Apache Cassandra has not translaction support
Great Columnar Nosql Database - Cassandra
Comentários: Overall it has been a wonderful experience using Cassandra with very low/none downtime to High availability and partition tolerance behavior
Vantagens:
- High availability as no master slave concept - Partition tolerance of the system - Replication across multi data centers
Desvantagens:
- Upgrade to a higher version is non-trivial and requires a lot of testing and evaluation - Cqlsh query results not formatted well which creates confusion in reading
Review on Cassandra
Comentários: I would strongly recommend this software for using distributing systems
Vantagens:
As a user I would like it handle big data workflows across multiple nodes without any single point of failure .and it’s acting like a distributor among all the clusters
Desvantagens:
It have a capability when nodes goes down read and write request will be stored in other node with in network
High quality NoSQL database more closely related to relational DBs than alternatives
Vantagens:
Compared to MongoDB, another NoSQL database, Cassandra's commands are more closely related to SQL and are consequently more approachable to SQL experts. As a NoSQL database, developers are not weighed down with designing and modifying schemas.
Desvantagens:
Compared to MongoDB, Cassandra is less flexible and resembles relational databases more than MongoDB does.
Bigdata noSql database
Vantagens:
Apache cassandra is a good noSql database tool that can handle large data set effectively. It is great for distributed database design.
Desvantagens:
Learning curve for this tool can be high.