rocksdb/examples
Cheng Chang 86623a7153 Update example of optimistic transaction (#6074)
Summary:
Add asserts to show the intentions of result explicitly.
Add examples to show the effect of optimistic transaction more clearly.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6074

Test Plan: `cd examples && make optimistic_transaction_example && ./optimistic_transaction_example`

Differential Revision: D18964309

Pulled By: cheng-chang

fbshipit-source-id: a524616ed9981edf2fd37ae61c5ed18c5cf25f55
2020-01-16 14:04:44 -08:00
..
.gitignore Support for single-primary, multi-secondary instances (#4899) 2019-03-26 16:45:31 -07:00
c_simple_example.c Change RocksDB License 2017-07-15 16:11:23 -07:00
column_families_example.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
compact_files_example.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
compaction_filter_example.cc Replace dynamic_cast<> 2017-07-28 16:27:16 -07:00
Makefile Support for single-primary, multi-secondary instances (#4899) 2019-03-26 16:45:31 -07:00
multi_processes_example.cc Apply formatter to recent 200+ commits. (#5830) 2019-09-20 12:04:26 -07:00
optimistic_transaction_example.cc Update example of optimistic transaction (#6074) 2020-01-16 14:04:44 -08:00
options_file_example.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
README.md Improve examples/README.md 2015-12-16 16:27:37 +01:00
rocksdb_option_file_example.ini Refactor trimming logic for immutable memtables (#5022) 2019-08-23 13:55:34 -07:00
simple_example.cc Pinnableslice examples and blog post 2017-08-24 12:26:07 -07:00
transaction_example.cc Add example to show the effect of Get in snapshot isolation (#6059) 2019-12-11 09:56:42 -08:00

  1. Compile RocksDB first by executing make static_lib in parent dir
  2. Compile all examples: cd examples/; make all