]> git.proxmox.com Git - ceph.git/blob - ceph/src/rocksdb/docs/_data/features.yml
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / rocksdb / docs / _data / features.yml
1 - title: High Performance
2 text: |
3 RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. Keys and values are just arbitrarily-sized byte streams.
4 image: images/promo-performance.svg
5
6 - title: Optimized for Fast Storage
7 text: |
8 RocksDB is optimized for fast, low latency storage such as flash drives and high-speed disk drives. RocksDB exploits the full potential of high read/write rates offered by flash or RAM.
9 image: images/promo-flash.svg
10
11 - title: Adaptable
12 text: |
13 RocksDB is adaptable to different workloads. From database storage engines such as [MyRocks](https://github.com/facebook/mysql-5.6) to [application data caching](http://techblog.netflix.com/2016/05/application-data-caching-using-ssds.html) to embedded workloads, RocksDB can be used for a variety of data needs.
14 image: images/promo-adapt.svg
15
16 - title: Basic and Advanced Database Operations
17 text: |
18 RocksDB provides basic operations such as opening and closing a database, reading and writing to more advanced operations such as merging and compaction filters.
19 image: images/promo-operations.svg