Software Alternatives & Reviews

RocksDB VS Apache ORC

Compare RocksDB VS Apache ORC and see what are their differences

RocksDB logo RocksDB

A persistent key-value store for fast storage environments

Apache ORC logo Apache ORC

Apache ORC is a columnar storage for Hadoop workloads.
  • RocksDB Landing page
    Landing page //
    2022-03-12
  • Apache ORC Landing page
    Landing page //
    2022-09-18

RocksDB videos

How Online Backup works in MyRocks and RocksDB

More videos:

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

Apache ORC videos

No Apache ORC videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to RocksDB and Apache ORC)
Databases
61 61%
39% 39
NoSQL Databases
100 100%
0% 0
Big Data
0 0%
100% 100
Key-Value Database
100 100%
0% 0

User comments

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

Social recommendations and mentions

Based on our record, RocksDB should be more popular than Apache ORC. It has been mentiond 11 times since March 2021. 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 / about 2 months 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 / 2 months 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 / 5 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 / 8 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

Apache ORC mentions (3)

  • Java Serialization with Protocol Buffers
    The information can be stored in a database or as files, serialized in a standard format and with a schema agreed with your Data Engineering team. Depending on your information and requirements, it can be as simple as CSV, XML or JSON, or Big Data formats such as Parquet, Avro, ORC, Arrow, or message serialization formats like Protocol Buffers, FlatBuffers, MessagePack, Thrift, or Cap'n Proto. - Source: dev.to / over 1 year ago
  • AWS EMR Cost Optimization Guide
    Data formatting is another place to make gains. When dealing with huge amounts of data, finding the data you need can take up a significant amount of your compute time. Apache Parquet and Apache ORC are columnar data formats optimized for analytics that pre-aggregate metadata about columns. If your EMR queries column intensive data like sum, max, or count, you can see significant speed improvements by reformatting... - Source: dev.to / over 2 years ago
  • Apache Hudi - The Streaming Data Lake Platform
    The following stack captures layers of software components that make up Hudi, with each layer depending on and drawing strength from the layer below. Typically, data lake users write data out once using an open file format like Apache Parquet/ORC stored on top of extremely scalable cloud storage or distributed file systems. Hudi provides a self-managing data plane to ingest, transform and manage this data, in a... - Source: dev.to / over 2 years ago

What are some alternatives?

When comparing RocksDB and Apache ORC, 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.

Apache Parquet - Apache Parquet is a columnar storage format available to any project in the Hadoop ecosystem.

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

Amazon EMR - Amazon Elastic MapReduce is a web service that makes it easy to quickly process vast amounts of data.

memcached - High-performance, distributed memory object caching system

Apache Kudu - Apache Kudu is Hadoop's storage layer to enable fast analytics on fast data.