Apache Cassandra vs. FirebirdSQL

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Cassandra
Score 9.0 out of 10
N/A
Cassandra is a no-SQL database from Apache.N/A
Firebird
Score 10.0 out of 10
N/A
FirebirdSQL is an open-source database which can be embedded.N/A
Pricing
Apache CassandraFirebirdSQL
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
CassandraFirebird
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Apache CassandraFirebirdSQL
Considered Both Products
Cassandra
Chose Cassandra
It was packaged with the vendor product we bought. Also, it’s good for high performance transactional systems. I'm part of our NoSQL team and Cassandra quickly became a favorite for developers with agile teams.
Chose Cassandra
DynamoDB is good and is also a truly global database as a service on AWS. However, if your organization is not using AWS, then Cassandra will provide a highly scalable and tuneable, consistent database.
Cassandra is also fault-tolerant and good for replication across multiple …
Chose Cassandra
Cassandra has its own use case. It performs very well as a data store. Data can be written to it at a high rate. It cannot be compared to traditional RDBMS like Oracle, because they all have their own usage. Even MongoDB, which is somewhat similar, cannot be stacked up against …
Chose Cassandra
We evaluated MongoDB also, but don't like the single point failure possibility. The HBase coupled us too tightly to the Hadoop world while we prefer more technical flexibility. Also HBase is designed for "cold"/old historical data lake use cases and is not typically used for …
Chose Cassandra
Technology selection should be done based on the need and not based on buzz words in the market (google searching). If your data need flat file approach and more searchable based on index and partition keys, then it's better to go for Cassandra. Cassandra is a better choice …
Chose Cassandra
Cassandra is the only NoSQL database I have extensive experience with. In terms of other open source database solutions, I can say that I like Cassandra as much or equally as traditional Oracle MySql, and a lot more than PostgresSQL. The decision to use Cassandra was driven by …
Chose Cassandra
Against HBASE, writes were faster. Reads not so much. Also ability to store in other formats would be good (such as objects). Compared to aerospike, does not compare. Aerospike blows it out of water.
Chose Cassandra
Cassandra does one thing very well. It's able to collect any type of metrics and analytics and store them at very fast speeds. But when it comes to reading the data, there are minor performance issues. That's when other databases such as couchdb or couchbase come in. They can …
Chose Cassandra

These are the features which makes Cassandra different from others:

  • Cassandra is a distributed datastore, with a built-in coordinator. This means that requests are intelligently forwarded to the correct node.
  • It is generally very fast, and especially shines with write heavy …
Chose Cassandra
Apache Cassandra has the best of both worlds, it is a Java based NoSQL, linearly scalable, best in class tunable performance across different workloads, fault tolerant, distributed, masterless, time series database. We have used both Apache HBase and MongoDB for some use cases …
Chose Cassandra
Four years ago, I needed to choose a web-scale database. Having used relational databases for years (PostgreSQL is my favorite), I needed something that could perform well at scale with no downtime. I considered VoltDB for its in-memory speed, but it's limited in scale. I …
Chose Cassandra
I tried to evaluate Cassandra against Voldemort and found Cassandra more efficient when writing scalable applications.
Chose Cassandra
We also evaluated mySQL and mongoDB. Both of them have their strengths and weaknesses but they are less suited for storing massive amounts of time series data. In addition, they are not elastic by nature and we required a "future-proof" solution as it was difficult to estimate …
Chose Cassandra
Cassandra is well suited to more complex networks like multiple data centers. The underlying distributed systems logic is fundamentally sound.
Firebird
Chose Firebird
It is cost-effective, maintenance-free, easy to deploy and use on Linux and Windows environments and it works steadily. It has an open-source license. Installing Oracle was quite difficult in comparison to Firebird.
Chose Firebird
It came a time when the practice of SQLite was lagging behind and of course, we were looking at the cost that was being involved and so Firebird made the breakthrough for us from both. It has an open-source license and it is easy to deploy on Windows and Linux environments.
Chose Firebird
As you know, the version of an application is very good for a period in the world of information technologies, it is the first in the performance / cost table. But some periods come and that practice lags behind. When Firebird made such a breakthrough, we preferred this …
Chose Firebird
Back then I evaluated Oracle 8, IBM DB2, Mimer, SAP DB, MySQL, Borland Interbase (not Embarcadero Interbase and that one has the same roots as Firebird) and most likely other RDBMS. Firebird was free, usage was ok, it was (for my application) maintenance free and speed was ok …
Best Alternatives
Apache CassandraFirebirdSQL
Small Businesses

No answers on this topic

InfluxDB
InfluxDB
Score 9.0 out of 10
Medium-sized Companies
Azure Cosmos DB
Azure Cosmos DB
Score 9.0 out of 10
SQLite
SQLite
Score 8.0 out of 10
Enterprises
Azure Cosmos DB
Azure Cosmos DB
Score 9.0 out of 10
SQLite
SQLite
Score 8.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache CassandraFirebirdSQL
Likelihood to Recommend
6.0
(0 ratings)
8.3
(0 ratings)
Likelihood to Renew
8.6
(0 ratings)
9.0
(0 ratings)
Usability
7.0
(0 ratings)
8.0
(0 ratings)
Support Rating
7.0
(0 ratings)
5.0
(0 ratings)
Implementation Rating
7.0
(0 ratings)
9.0
(0 ratings)
User Testimonials
Apache CassandraFirebirdSQL
Likelihood to Recommend
Cassandra excels in a broad range of applications -- especially if you understand its data model and write your applications accordingly. It's an excellent choice for time-series data, and a poor choice for application queues. It performs the best if you can simply record history and compute from it, rather than going back and editing or deleting things a lot.
Read full review
When looking for low maintenance and a solution suited for all kinds of pc applications. It is great when you are looking to store physical files in folder locations and you can then reference the document in the database. It has an open-source community around it along with documentation for third-party drivers of the development environment.
Read full review
Pros
  • High Availability - we utilize the data replication features of Cassandra. This enables us to access our data even when several nodes have gone down
  • Data Locality - our architecture combines Cassandra storage nodes and computation nodes in the same machine. This enables us to utilize data locality and limit expensive network IO to read data.
  • Elasticity - Cassandra is a shared nothing architecture. Nodes can be added very easily and they discover the network topology. As soon as a node has joined the Cassandra ring, the data is redistributed among the existing nodes and streamed to it automatically.
Read full review
  • Reliable RDMS for the SMB's and we found its performance is really fast.
  • It allows us to store the physical files into the folder location and reference of the document in the database.
  • Easy to take back-ups, and portable.
Read full review
Cons
  • No Ad-Hoc Queries: Cassandra data storage layer is basically a key-value storage system. This means that you must "model" your data around the queries you want to surface, rather than around the structure of the data itself.
  • There are no aggregations queries available in Cassandra.
  • Not fit for transactional data.
Read full review
  • Clustering features require alot of attention.
  • Remote access can be quite slow.
Read full review
Likelihood to Renew
I would recommend Cassandra DB to those who know their use case very well, as well as know how they are going to store and retrieve data. If you need a guarantee in data storage and retrieval, and a DB that can be linearly grown by adding nodes across availability zones and regions, then this is the database you should choose.
Read full review
Because it is free and usually zero maintenance. Just the issue of more difficult format updates in the future lower the rating a bit.
Read full review
Usability
It’s great tool but it can be complicated when it comes administration and maintenance.
Read full review
Usability has improved by unifying the architecture. The only thing's missing out of the box is a simple GUI DB tool for viewing DB contents and maybe running some SQL queries.
Read full review
Support Rating
Sometimes instead giving straight answer, we ‘re getting transfered to talk professional service.
Read full review
This is an open source project. It provides a fair amount of free documentation and I think forums somewhere...
Read full review
Implementation Rating
No answers on this topic
Even somebody just starting to use RDBMS himself should get it working quickly, at least if he's got a GUI tool and some SQL knowledge.
Read full review
Alternatives Considered
Apache Cassandra has the best of both worlds, it is a Java based NoSQL, linearly scalable, best in class
tunable performance across different workloads, fault tolerant, distributed, masterless, time series database. We have used both Apache HBase and MongoDB for some use cases which were within hadoop setup and JSON (JavaScript Object Notation) document store respectively, but given the overall factors favoring Apache Cassandra, it is a technology choice for multiple platforms!
Read full review
It is cost-effective, maintenance-free, easy to deploy and use on Linux and Windows environments and it works steadily. It has an open-source license. Installing Oracle was quite difficult in comparison to Firebird.
Read full review
Return on Investment
  • The open source version of Cassandra is only suggested for learning the basic concepts and play with its core features. Unless you really want to invest a lot in your developers and architects knowing every detail of Cassandra, I prefer the DataStax enterprise version. Although the license cost is relatively high, I think they it is worth it. I'm thinking about the support, the monitoring tool OpsCenter, and the integration of Solr and Spark (for data analysis).
  • Cassandra didn't fully replace our old and traditional relation database Oracle. In addition, it opens another door for us to deal with some special business use cases that NoSQL database can do better in a more feasible and efficient way.
Read full review
  • The return on investment was of course because it freed us from paid relational databases.
  • We have never experienced a negative situation.
Read full review
ScreenShots