Commit Graph

262 Commits (15325bf55b909d2fbf8b11327adbc311569d4253)

Author SHA1 Message Date
Michael Callahan 15325bf55b First version of rocksdb_dump and rocksdb_undump. 9 years ago
Yueh-Hsuan Chiang 2e764f06ea [API Change] Improve EventListener::OnFlushCompleted interface 9 years ago
Yueh-Hsuan Chiang fc83821270 Add EventListener::OnTableFileCreated() 9 years ago
Yueh-Hsuan Chiang 16c197627a Fixed db_stress 9 years ago
Yueh-Hsuan Chiang 832271f6b1 Fixed a compile warning in db_stress in NDEBUG mode. 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
Yueh-Hsuan Chiang d5a0c0e69b Fixed a compile warning in db_stress 9 years ago
Yueh-Hsuan Chiang 9ffc8ba024 Include EventListener in stress test. 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Aaron Schlesinger 6116ccc232 moving dockerfile to root 9 years ago
Aaron Schlesinger d90cee9fd3 adding docker build script and dockerfile 9 years ago
Mark Callaghan 88044340c1 Add Size-GB column to benchmark reports 9 years ago
Mark Callaghan a087f80e9d Add scripts to run leveldb benchmark 9 years ago
Igor Canadi 4961a9622c Fix build 9 years ago
clark.kang 6ede020dc4 fix typos 9 years ago
Mark Callaghan 283a042969 Set --seed per test 9 years ago
Mark Callaghan 78dbd087d1 Improve benchmark scripts 9 years ago
Mark Callaghan 9da8748016 Get benchmark.sh loads to run faster 9 years ago
sdong ee9bdd38a1 Script to check whether RocksDB can read DB generated by previous releases and vice versa 9 years ago
Mark Callaghan 3be82bc894 Add p99.9 and p99.99 response time to benchmark report, add new summary report 9 years ago
Mark Callaghan 1bd70fb54a Add --stats_interval_seconds to db_bench 9 years ago
Mark Callaghan 99ec2412e5 Make the benchmark scripts configurable and add tests 9 years ago
Yueh-Hsuan Chiang cfa576402c Make auto_sanity_test always use the db_sanity_test.cc of the newer commit. 9 years ago
Mark Callaghan dfccc7b4e2 Add readwhilemerging benchmark 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 9 years ago
Mark Callaghan 58878f1c6a Switch to use_existing_db=1 for updaterandom and mergerandom 9 years ago
Leonidas Galanis e126e0da5b Single threaded tests -> sync=0 Multi threaded tests -> sync=1 by default unless DB_BENCH_NO_SYNC is defined 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Igor Sugak 62f7a1be4f rocksdb: Fixed 'Dead assignment' and 'Dead initialization' scan-build warnings 9 years ago
Ramki Balasubramanian 5d1151deba Added simple monitoring script to monitor overusage of memory in db_bench 10 years ago
Igor Canadi e8bf2310a0 Remove blob store from the codebase 10 years ago
Igor Canadi 2bb059007b Change db_stress to work with format_version == 2 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Igor Canadi 516a04267e Add LZ4 compression to sanity test 10 years ago
Leonidas Galanis 9d5bd411be benchmark.sh won't run through all tests properly if one specifies wal_dir to be different than db directory. 10 years ago
Qiao Yang cef6f84393 Added 'dump_live_files' command to ldb tool. 10 years ago
Lei Jin e93f044d99 add range scan test to benchmark script 10 years ago
Yueh-Hsuan Chiang a5d4fc0a25 Fix compile warning in db_stress 10 years ago
Yueh-Hsuan Chiang 97c1940882 Fix compile warning in db_stress.cc on Mac 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Saghm Rossi bafce61979 first rdb commit 10 years ago
sdong a177742a9b Make db_stress built for ROCKSDB_LITE 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 00211f9c5b Fix SIGSEGV in db_stresS 10 years ago
Federico Piccinini 543df158c5 Expose sst_dump functionality as library call. 10 years ago
Igor Canadi 68effa0348 Fix -Wshadow for tools 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
Igor Canadi 8e79ce68ce Revert "Fix lint errors and coding style of ldb related codes." 10 years ago