Intro slides from Data @ Scale event
This commit is contained in:
parent
36b40fe1ed
commit
4f873b9c2b
@ -55,6 +55,9 @@ to support IO-bound, in-memory and write-once workloads, and to be flexible to
|
||||
allow for innovation.
|
||||
</p>
|
||||
|
||||
<p>For more background on RocksDB, see <a href="intro.pdf">Dhruba Borthakur's
|
||||
introductory talk</a> from the Data @ Scale 2013 conference.</p>
|
||||
|
||||
<h2>How does performance compare?</h2>
|
||||
|
||||
<p>
|
||||
|
@ -41,6 +41,12 @@ store according to a user-specified comparator function. </p>
|
||||
<p> The library is maintained by the Facebook Database Engineering Team, and is
|
||||
based on leveldb, by Sanjay Ghemawat and Jeff Dean at Google. </p>
|
||||
|
||||
<p>
|
||||
This overview gives some simple examples of how RocksDB is used. For the story
|
||||
of why RocksDB was created in the first place, see <a href="intro.pdf">Dhruba
|
||||
Borthakur's introductory talk</a> from the Data @ Scale 2013 conference.
|
||||
</p>
|
||||
|
||||
<h2>Opening A Database</h2>
|
||||
|
||||
<p> A <code>rocksdb</code> database has a name which corresponds to a file
|
||||
|
Loading…
Reference in New Issue
Block a user