mirror of
https://github.com/google/leveldb.git
synced 2026-08-22 10:53:27 +08:00
@@ -10,7 +10,7 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
|
|||||||
* Multiple changes can be made in one atomic batch.
|
* Multiple changes can be made in one atomic batch.
|
||||||
* Users can create a transient snapshot to get a consistent view of data.
|
* Users can create a transient snapshot to get a consistent view of data.
|
||||||
* Forward and backward iteration is supported over the data.
|
* Forward and backward iteration is supported over the data.
|
||||||
* Data is automatically compressed using the [Snappy compression library](http://code.google.com/p/snappy).
|
* Data is automatically compressed using the [Snappy compression library](http://google.github.io/snappy/).
|
||||||
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
|
* External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions.
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user