Software Alternatives & Reviews

RocksDB VS Aerospike

Compare RocksDB VS Aerospike and see what are their differences

RocksDB logo RocksDB

A persistent key-value store for fast storage environments

Aerospike logo Aerospike

Aerospike is a high-performing NoSQL database supporting high transaction volumes with low latency.
  • RocksDB Landing page
    Landing page //
    2022-03-12
  • Aerospike Landing page
    Landing page //
    2023-09-16

RocksDB

Categories
  • Databases
  • NoSQL Databases
  • Key-Value Database
  • Relational Databases
Website rocksdb.org
Details $

Aerospike

Categories
  • Databases
  • NoSQL Databases
  • Key-Value Database
  • Relational Databases
Website aerospike.com
Details $

RocksDB videos

How Online Backup works in MyRocks and RocksDB

More videos:

  • Review - RocksDB Meetup 2020 at Rockset
  • Review - TokuDB vs RocksDB

Aerospike videos

Aerospike Demo of Aggregation Querying

Category Popularity

0-100% (relative to RocksDB and Aerospike)
Databases
26 26%
74% 74
NoSQL Databases
19 19%
81% 81
Key-Value Database
24 24%
76% 76
Relational Databases
100 100%
0% 0

User comments

Share your experience with using RocksDB and Aerospike. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare RocksDB and Aerospike

RocksDB Reviews

We have no reviews of RocksDB yet.
Be the first one to post

Aerospike Reviews

7 Best NoSQL APIs
The last piece of the puzzle when it comes to the attraction of Aerospike is its hybrid memory architecture. Aerospike takes an approach to storing data uniquely. It stores the index only in memory while the data persists in a solid state drive (SSD). While the magic in output lies deeper in the architecture, clients receive sub-millisecond latency read times at a throughput...
When to use Aerospike vs Redis | Aerospike
Need for strong data consistency If companies are building mission-critical applications where data consistency is a must, then Redis is not likely the right choice. Redis has not passed the Jepsen test for strong consistency (whereas Aerospike has). Redis supports eventual consistency, which can result in stale reads and even data loss under certain circumstances. Redis has...

Social recommendations and mentions

RocksDB might be a bit more popular than Aerospike. We know about 11 links to it since March 2021 and only 8 links to Aerospike. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

RocksDB mentions (11)

  • How to choose the right type of database
    RocksDB: A high-performance embedded database optimized for multi-core CPUs and fast storage like SSDs. Its use of a log-structured merge-tree (LSM tree) makes it suitable for applications requiring high throughput and efficient storage, such as streaming data processing. - Source: dev.to / 30 days ago
  • Fast persistent recoverable log and key-value store
    [RocksDB](https://rocksdb.org/) isn’t a distributed storage system, fwiw. It’s an embedded KV engine similar to LevelDB, LMDB, or really sqlite (though that’s full SQL, not just KV). - Source: Hacker News / about 1 month ago
  • The Hallucinated Rows Incident
    To output the top 3 rocks, our engine has to first store all the rocks in some sorted way. To do this, we of course picked RocksDB, an embedded lexicographically sorted key-value store, which acts as the sorting operation's persistent state. In our RocksDB state, the diffs are keyed by the value of weight, and since RocksDB is sorted, our stored diffs are automatically sorted by their weight. - Source: dev.to / 4 months ago
  • In-memory vs. disk-based databases: Why do you need a larger than memory architecture?
    Memgraph uses RocksDB as a key-value store for extending the capabilities of the in-memory database. Not to go into too many details about RocksDB, but let’s just briefly mention that it is based on a data structure called Log-Structured Merge-Tree (LSMT) (instead of B-Trees, typically the default option in databases), which are saved on disk and because of the design come with a much smaller write amplification... - Source: dev.to / 7 months ago
  • Event streaming in .Net with Kafka
    Streamiz wrap a consumer, a producer, and execute the topology for each record consumed in the source topic. You can easily create stateless and stateful application. By default, each state store is a RocksDb state store persisted on disk. - Source: dev.to / over 1 year ago
View more

Aerospike mentions (8)

  • Aerospike Driver for LINQPad
    Aerospike for LINQPad 7 is a data context dynamic driver for interactively querying and updating an Aerospike database using “LINQPad”. The driver is free. For more information go to this blog post. You can directly download the driver from the LINQPad NuGet manager. Source: 11 months ago
  • Using In-Memory Databases in Data Science
    Aerospike is a real-time cloud structured platform with good performance capabilities. This IMDB platform allows enterprises to perform their operations in real time through the hybrid memory and parallelism model. - Source: dev.to / about 1 year ago
  • Block and Filesystem side-by-side with K8s and Aerospike
    Block storage stores a sequence of bytes in a fixed size block (page) on a storage device. Each block has a unique hash that references the address location of the specified block. Unlike a filesystem, block storage doesn't have the associated metadata such as format-type, owner, date, etc. Also, block storage doesn’t use the conventional storage paths to access data like a filesystem file. This reduction in... - Source: dev.to / over 1 year ago
  • Aerospike & IoT using MQTT
    This example shows how the Aerospike database can be easily and scalably used to store industrial time series data made available by the MQTT ecosystem. Aerospike plus its Community Time Series Client streamlines the storage and retrieval of the data, supporting the ability to both write and read millions of data points per second if required. - Source: dev.to / over 1 year ago
  • Building Large-Scale Real-Time JSON Applications
    Real-time large-scale JSON applications need reliably fast access to data, high ingest rates, powerful queries, rich document functionality, scalability with no practical limit, always-on operation, and integration with streaming and analytical platforms. They need all this at low cost. The Aerospike Real-time Data Platform provides all this functionality, making it a good choice for building such applications.... - Source: dev.to / over 1 year ago
View more

What are some alternatives?

When comparing RocksDB and Aerospike, you can also consider the following products

Redis - Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

memcached - High-performance, distributed memory object caching system

Amazon DynamoDB - Amazon DynamoDB is a fully managed NoSQL database service offered by Amazon.

MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.

SQLite - SQLite Home Page

ArangoDB - A distributed open-source database with a flexible data model for documents, graphs, and key-values.