summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-31Remove 'virtual' when implied by 'override' (#12319)Peter Dillinger
2023-11-21Fix compact_files_example (#12084)songqing
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Add rocksdb_backup_restore_example to examples/.gitignore (#10825)Tal Zussman
2022-10-28Run clang format against files under example/, memory/ and memtable/ folders ...Hui Xiao
2022-06-03Add a simple example of backup and restore (#10054)yite.gu
2022-03-01Remove BlockBasedTableOptions.hash_index_allow_collision (#9454)sdong
2022-02-04Require C++17 (#9481)Peter Dillinger
2022-01-28Remove deprecated option DBOptions::skip_log_error_on_recovery (#9434)Akanksha Mahajan
2022-01-27Remove deprecated API AdvancedColumnFamilyOptions::soft_rate_limit/hard_rate_...Hui Xiao
2022-01-26Fix a backward compatibility issue (#9456)Jay Zhuang
2022-01-26Remove unused option purge_redundant_kvs_while_flush (#9429)Jay Zhuang
2022-01-12Remove using namespace (#9369)Yanqin Jin
2021-09-07Add (& fix) some simple source code checks (#8821)Peter Dillinger
2021-03-09make:Fix c header prototypes (#7994)Ed rodriguez
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-09-01Make examples work on Windows (#7304)Tomasz Posłuszny
2020-06-18add WITH_EXAMPLES options to cmake and cleanups. (#6580)Kefu Chai
2020-05-08Add missing my_pid to fprintf in multi_process_example (#6731)Derrick Pallas
2020-04-21Add a ConfigOptions for use in comparing objects and converting to/from strin...mrambacher
2020-03-12Use DestroyColumnFamilyHandle instead of directly deleting column family hand...Cheng Chang
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-01-16Update example of optimistic transaction (#6074)Cheng Chang
2019-12-11Add example to show the effect of Get in snapshot isolation (#6059)Cheng Chang
2019-11-20Add asserts in transaction example (#6055)Cheng Chang
2019-09-20Apply formatter to recent 200+ commits. (#5830)sdong
2019-08-23Refactor trimming logic for immutable memtables (#5022)Zhongyi Xie
2019-06-06simplify include directive involving inttypes (#5402)Zhongyi Xie
2019-03-26Support for single-primary, multi-secondary instances (#4899)Yanqin Jin
2018-06-22Pin top-level index on partitioned index/filter blocks (#4037)Maysam Yabandeh
2017-08-24Pinnableslice examples and blog postMaysam Yabandeh
2017-07-28Replace dynamic_cast<>Siying Dong
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-06CMake: more MinGW fixesTamir Duberstein
2017-04-04Revert "[rocksdb][PR] CMake: more MinGW fixes"Siying Dong
2017-04-04CMake: more MinGW fixesTamir Duberstein
2017-03-23Update .gitignore file in examplesSagar Vemuri
2017-03-02Remove skip_table_builder_flush and default it to trueIslam AbdelRahman
2017-02-16Remove trailing whitespace from examples MakefileVolker Mische
2017-02-13Remove disableDataSync optionSagar Vemuri
2016-12-28examples: Add options_file_example to target allChangli Gao
2016-12-22direct io write supportAaron Gao
2016-12-14Add missing copyright headerJonathan Lee
2016-11-15Fix failed compaction_filter_example and add it into make alldaoye.ch
2016-09-14Fix typo (#903)Jo Liss
2016-09-13Refactor GetMutableOptionsFromStringsYi Wu
2016-07-20Introduce FullMergeV2 (eliminate memcpy from merge operators)Islam AbdelRahman
2016-06-14Fix examples/Makefile jemalloc errorIslam AbdelRahman
2016-04-01Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes.Marton Trencseni