Intro slides from Data @ Scale event

This commit is contained in:
James Pearce 2013-11-15 11:34:04 -08:00
parent 36b40fe1ed
commit 4f873b9c2b
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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