Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6eb5ed9

Browse files
committed
rocksdb README file.
Summary:rocksdb README file.Test Plan:Reviewers:CC:Task ID: #Blame Rev:
1 parentd4627e6 commit6eb5ed9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

‎README‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
rocksdb: A persistent key-value store for flash storage
2+
Authors: The Facebook Database Engineering Team
3+
4+
This code is a library that forms the core building block for a fast
5+
key value server, especially suited for storing data on flash drives.
6+
It has an Log-Stuctured-Merge-Database (LSM) design with flexible tradeoffs
7+
between Write-Amplification-Factor(WAF), Read-Amplification-Factor (RAF)
8+
and Space-Amplification-Factor(SAF). It has multi-threaded compactions,
9+
making it specially suitable for storing multiple terabytes of data in a
10+
single database.
11+
12+
The core of this code has been derived from open-source leveldb.
13+
114
leveldb: A key-value store
215
Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
316

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp