Stanislav Tkach
|
b6c1d54c98
|
Fix key may exist description (#521)
|
4 years ago |
Raphael Bost
|
4438df4ced
|
Add support for the cuckoo table format (#519)
|
4 years ago |
mikhailOK
|
a0ad4fdcfe
|
Fix multi_get (#511)
|
4 years ago |
Stanislav Tkach
|
841c23b265
|
Add the DB::key_may_exist_cf_opt method
|
4 years ago |
Stanislav Tkach
|
c0cb8a77c2
|
Add 'key_may_exist' functions family (#518)
|
4 years ago |
Stanislav Tkach
|
dfeda6ebc6
|
Add 'key_may_exist' functions family
|
4 years ago |
fdeantoni
|
6534bf190d
|
Add DB::open_cf_with_ttl method. (#505)
|
4 years ago |
Andrea Corradi
|
b7af3946c1
|
Keep Cache and Env alive with Rc (#497)
|
4 years ago |
Ryo Onodera
|
0b700fe70d
|
Remove need for &mut self in create_cf and drop_cf (v2) (#506)
|
4 years ago |
zhangsoledad
|
39b877b41a
|
Add merge delete_callback omitted by mistake (#500)
|
4 years ago |
Andrea Corradi
|
92ce69d7c4
|
Fix clippy warnings (#498)
|
4 years ago |
codingsh
|
ccf6ae3aff
|
Export persist_period_sec option and background_threads (#448)
|
4 years ago |
Stanislav Tkach
|
ed69084041
|
Add multi_get functions family (#487)
|
4 years ago |
BoOTheFurious
|
023dd07b1c
|
Fix logic related to merge operator settings (#481)
|
4 years ago |
Oleksandr Anyshchenko
|
e8bb30aaa1
|
Bump librocksdb-sys up to 6.11.4 (#466)
|
4 years ago |
Roman Zeyde
|
2ed4d80cf3
|
Allow setting options on a ColumnFamily (#478)
|
4 years ago |
Stanislav Tkach
|
3e223d1591
|
Use matches! to fix Clippy warning (#473)
|
4 years ago |
Stanislav Tkach
|
00abac7504
|
Add DB::cancel_all_background_work method (#459)
|
4 years ago |
chenxu
|
959f29ef88
|
Avoid copy for merge operator result using delete_callback (#457)
|
4 years ago |
Stanislav Tkach
|
a7461c68ec
|
Add Send implementation for WriteBatch (#453)
|
4 years ago |
Stanislav Tkach
|
ee79b7bb4a
|
Implement Clone trait for Options (#455)
|
4 years ago |
Linh Tran Tuan
|
d3d10d54b1
|
Adding backup engine info (#454)
|
4 years ago |
Linh Tran Tuan
|
6d60d48ba2
|
Support fetching sst files metadata, delete files in range, get mem usage (#446)
|
4 years ago |
Stanislav Tkach
|
afe0f7dca0
|
Remove allow(clippy::wildcard_imports) (#450)
|
4 years ago |
unrealhoang
|
22c4780c59
|
Add compaction filter factory API (#441)
|
4 years ago |
Linh Tran Tuan
|
729fb69993
|
Add dbpath and env options (#445)
|
5 years ago |
Linh Tran Tuan
|
890ef81fc2
|
Adding read/write/db/compaction options (#442)
|
5 years ago |
Nelson Elhage
|
bc07d0cd28
|
Don't segfault on failed a merge operator. (#437)
|
5 years ago |
Nelson Elhage
|
49966e99b6
|
Fix slice transformers with no in_domain callback (#438)
|
5 years ago |
Stanislav Tkach
|
22fc1faca4
|
Export DEFAILT_COLUMN_FAMILY_NAME constant (#435)
|
5 years ago |
Stanislav Tkach
|
6eeee5e60a
|
Add set_max_log_file_size and set_recycle_log_file_num to the Options (#433)
|
5 years ago |
Lucjan Suski
|
b5d69fde69
|
Add support for SstFileWriter and DB::ingest_external_file (#421)
|
5 years ago |
David Calavera
|
be96f049c9
|
Expose `open_with_ttl`. (#425)
|
5 years ago |
Oleksandr Anyshchenko
|
334b4652b6
|
Add some doc-comments and tiny refactoring (#424)
|
5 years ago |
Oleksandr Anyshchenko
|
d4023f2683
|
Add clippy linter in CI (#417)
|
5 years ago |
wqfish
|
8f7124b488
|
Update doc for Options::set_compression_type (#416)
|
5 years ago |
David Calavera
|
7105d0d2d2
|
Add support for open_as_secondary APIs. (#406)
|
5 years ago |
wqfish
|
4ee65f451b
|
Fix doc for DBRawIterator::prev and next methods (#405)
|
5 years ago |
wqfish
|
a8b77cfd8a
|
Add support for open_for_read_only APIs (#402)
|
5 years ago |
wqfish
|
49c679f7f2
|
Add support for range delete APIs (#403)
|
5 years ago |
Ivan Porto Carrero
|
a0e5d99a4a
|
Add some extra config options (#399)
|
5 years ago |
David
|
3282b2fa22
|
Add support for data block hash index (#358)
|
5 years ago |
wqfish
|
81aa0163b8
|
Make set_iterate_upper_bound method safe (#377)
|
5 years ago |
Matt Bell
|
2ba70d304d
|
Atomic flush option (#380)
|
5 years ago |
Jesse Rusak
|
8817fc7b1c
|
Refactor db.rs and lib.rs into smaller pieces (#395)
|
5 years ago |
Nikolay Volf
|
122cf3ffea
|
Add a doc for optimize_level_style_compaction method (#392)
|
5 years ago |
wqfish
|
24e016a57d
|
Fix lifetime parameter for iterators (#391)
|
5 years ago |
wqfish
|
53b870c716
|
Change APIs that never return error to not return Result (#383)
|
5 years ago |
wqfish
|
aa1aa97163
|
Fix doc for WriteBatch::delete (#376)
The function does nothing if the key is not found in DB. See
1dd7873e08/include/rocksdb/write_batch.h (L85)
Fixes https://github.com/rust-rocksdb/rust-rocksdb/issues/352
|
5 years ago |
wqfish
|
4f9524bd36
|
Move to Rust 2018 (#375)
|
5 years ago |