rocksdb/examples
yite.gu 560906ab33 Add a simple example of backup and restore (#10054)
Summary:
Add a simple example of backup and restore

Signed-off-by: YiteGu <ess_gyt@qq.com>

Pull Request resolved: https://github.com/facebook/rocksdb/pull/10054

Reviewed By: jay-zhuang

Differential Revision: D36678141

Pulled By: ajkr

fbshipit-source-id: 43545356baddb4c2c76c62cd63d7a3238d1f8a00
2022-06-03 23:25:31 -07:00
..
.gitignore
c_simple_example.c
CMakeLists.txt
column_families_example.cc
compact_files_example.cc
compaction_filter_example.cc
Makefile Add a simple example of backup and restore (#10054) 2022-06-03 23:25:31 -07:00
multi_processes_example.cc
optimistic_transaction_example.cc
options_file_example.cc
README.md
rocksdb_backup_restore_example.cc Add a simple example of backup and restore (#10054) 2022-06-03 23:25:31 -07:00
rocksdb_option_file_example.ini Remove BlockBasedTableOptions.hash_index_allow_collision (#9454) 2022-03-01 13:58:02 -08:00
simple_example.cc
transaction_example.cc

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