You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/examples
Islam AbdelRahman 886af59105 Fix examples/Makefile jemalloc error 8 years ago
..
.gitignore Compaction filter on merge operands 9 years ago
Makefile Fix examples/Makefile jemalloc error 8 years ago
README.md Improve examples/README.md 9 years ago
c_simple_example.c fix typo in c_simple_example 9 years ago
column_families_example.cc Updated all copyright headers to the new format. 9 years ago
compact_files_example.cc Updated all copyright headers to the new format. 9 years ago
compaction_filter_example.cc Updated all copyright headers to the new format. 9 years ago
optimistic_transaction_example.cc Updated all copyright headers to the new format. 9 years ago
options_file_example.cc Updated all copyright headers to the new format. 9 years ago
rocksdb_option_file_example.ini Adding pin_l0_filter_and_index_blocks_in_cache feature and related fixes. 8 years ago
simple_example.cc Updated all copyright headers to the new format. 9 years ago
transaction_example.cc Updated all copyright headers to the new format. 9 years ago

README.md

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