Lines Matching refs:RocksDB
8 Here is an ever-growing list of frequently asked questions around RocksDB
10 ## What is RocksDB?
12 RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the found…
14 RocksDB builds on [LevelDB](https://code.google.com/p/leveldb/) to be scalable to run on servers wi…
16 …rue) from the Data @ Scale 2013 conference provides some perspective about how RocksDB has evolved.
22 …RocksDB benchmark results](https://github.com/facebook/rocksdb/wiki/Performance-Benchmarks) for se…
24 ## What is RocksDB suitable for?
26 RocksDB can be used by applications that need low latency database accesses. Possibilities include:
34 ## How big is RocksDB adoption?
36 RocksDB is an embedded storage engine that is used in a number of backend systems at Facebook. In t…
38 RocksDB is proving to be a useful component for a lot of other groups in the industry. For a list o…
40 ## How good is RocksDB as a database storage engine?
42 …RocksDB has great potential as storage engine for databases. It has been proven in production with…
44 …space-and-write-optimized-mysql-database/) is the RocksDB based storage engine for MySQL. Using Ro…
46 ## Why is RocksDB open sourced?
48 …are programmers and database developers will use, enhance, and customize RocksDB for their use-cas…