mirror of
https://github.com/google/leveldb.git
synced 2025-06-07 18:02:42 +08:00
Merge 9d118e2b0b
into ac691084fd
This commit is contained in:
commit
fea3607177
@ -7,7 +7,7 @@
|
|||||||
// of keys. These filters are stored in leveldb and are consulted
|
// of keys. These filters are stored in leveldb and are consulted
|
||||||
// automatically by leveldb to decide whether or not to read some
|
// automatically by leveldb to decide whether or not to read some
|
||||||
// information from disk. In many cases, a filter can cut down the
|
// information from disk. In many cases, a filter can cut down the
|
||||||
// number of disk seeks form a handful to a single disk seek per
|
// number of disk seeks from a handful to a single disk seek per
|
||||||
// DB::Get() call.
|
// DB::Get() call.
|
||||||
//
|
//
|
||||||
// Most people will want to use the builtin bloom filter support (see
|
// Most people will want to use the builtin bloom filter support (see
|
||||||
|
Loading…
Reference in New Issue
Block a user