254 Commits (60dbdc92dcfba7e5fa52025b4a6cda0273ab9f99)

Author SHA1 Message Date
Roman Zeyde efdea4faab
Expose keep_log_file_num option 6 years ago
Maxim Molchanov d4cc0e1d18 remove concurrent access to Sync 6 years ago
Thomas Tanon 8f545b6848 Makes ColumnFamily Send 6 years ago
Eugene P 0caadb7d7e Add initial checkpoints implementation and tests 6 years ago
Roman Zeyde d035454d9e
Allow retrieving WriteBatch serialized size 6 years ago
Roman Zeyde c70a76139d
Expose 'set_skip_stats_update_on_db_open' option 6 years ago
Jordan Terrell 64b99a4f3b Adding Zstandard compression support... 6 years ago
Oleksandr Anyshchenko 9a7270ef9d Fixed crash `test_column_family` test on macOS 6 years ago
Oleksandr Anyshchenko 5a2647a436 Got rid of some rust compiler warnings. 6 years ago
Martin Ek e08ad288c4 Add disable_cache method 6 years ago
Roman Zeyde 45edfd2e90
Expose compaction_readahead_size option 6 years ago
Martin Ek 530dc462d5 Add DBOptions.set_wal_dir 6 years ago
Martin Ek aaf2270609 Add index_type customization to BlockBasedOptions 6 years ago
Martin Ek 37470d341c Add db.full_iterator() 6 years ago
Martin Ek 8acabab60f Add memtable factory customization 6 years ago
Martin Ek b3559793aa Add set_memtable_prefix_bloom_ratio 6 years ago
Maxim Molchanov 278f7762f2
Update db.rs 6 years ago
Diego Ongaro aa9550254a Fix reverse iteration from a given key 6 years ago
Tyler Neely 12093252c6
add slice transform support 6 years ago
Tyler Neely 17c5bf1c39
clear a few build warnings 6 years ago
Diego Ongaro fc40d10b86 Expose advise_random_on_open option 7 years ago
Jordan Terrell 3286444228 Adding Send marker trait to Options 7 years ago
Griffin Smith 15ad3666f5 Allow creating iterators over prefixes 7 years ago
Rick Richardson 9fcf924d22 clean up trace 7 years ago
Rick Richardson d31e2bb88e updated merge_operator framework to support merge types other than associative (support a partial merge and full merges that may or may not have an existing value) 7 years ago
Rick Richardson 8a64585520 changed try_ffi to take trailing comma and updated rustfmt accordingly 7 years ago
Marat Safin 56e5829b89 use assert_eq! in test and return vec from unsafe 7 years ago
Marat Safin f967d3c50f list column family 7 years ago
Gary Tierney 06a39278f3 Use ColumnFamilyDescriptor::new() in DB::open_cf() 7 years ago
Gary Tierney a4a3e1d7c4 Add documentation for ColumnFamilyDescriptor 7 years ago
Griffin Smith a4587f62c1 Remove `set_disable_data_sync` 7 years ago
Gary Tierney 1af596a4b3 Expose create_missing_column_families option 7 years ago
Gary Tierney 9afa195a33 Add support for opening a column family with options 7 years ago
Nikhil Benesch 9d0a5e2819
use bindgen to generate ffi 7 years ago
Nikhil Benesch 633caccace
ensure doctests are not elided by linker 7 years ago
Richard Dodd 514e8904d7 Add to options 7 years ago
Richard Dodd 620091d31b Make docs match new function 7 years ago
Richard Dodd 90f5e0103e Remove unnecessary function 7 years ago
Richard Dodd 2a7ab0f805 Include change from 5.4.5 7 years ago
Richard Dodd ccb40173fe Update rocksdb 7 years ago
Karl Hobley 1c3333636d Implement RawIterator.seek_for_prev 7 years ago
Karl Hobley 6b407a3486 Implement support for DirectIO 7 years ago
David Ross 5b9b159184 Implement Clone and AsRef<str> for Error. 7 years ago
debris 0751a22dc6 Fixed race condition in tests 7 years ago
Ryan Schmukler a967bd4fd5 Expose ReadOptions from DB 7 years ago
Volker Mische af061fb6db Make BackupEngine methods public 7 years ago
Karl Hobley 6f1aae1997 Remove just_seeked from DBRawIterator 7 years ago
Karl Hobley d9725bcff9 Allow DBIterator to be converted into DBRawIterator 7 years ago
Karl Hobley 1270e572d0 Moved some code 7 years ago
Karl Hobley c8b7e8e7dd Reimplement DBIterator on top of DBRawIterator 7 years ago