Commit Graph

232 Commits (96ab15d306f05fc4d8527c809d772d1b2137be60)

Author SHA1 Message Date
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
Yueh-Hsuan Chiang bc9f36fd5e Fix lint errors and coding style of ldb related codes. 10 years ago
Venkatesh Radhakrishnan 7e01d12026 Add support for in place update for db_stress 10 years ago
Igor Canadi c1c68bce43 remove atomic_pointer.h references 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Lei Jin 714c63c584 db_stress for dynamic options 10 years ago
Lei Jin f18b4a4847 minor update to benchmark script 10 years ago
Igor Canadi 90b8c07b48 Fix unit tests errors 10 years ago
Lei Jin add22e3515 standardize scripts to run RocksDB benchmarks 10 years ago
Igor Canadi 88841bd007 Explicitly cast char to signed char in Hash() 10 years ago
Feng Zhu 0af157f9bf Implement full filter for block based table. 10 years ago
Lei Jin 5665e5e285 introduce ImmutableOptions 10 years ago
Feng Zhu 8ed70fc209 add assert to db Put in db_stress test 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Feng Zhu 6c4c159b2c fix_sst_dump_for_old_sst_format 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
Stanislau Hlebik 92d73cbe78 Add PlainTableOptions 10 years ago
Igor Canadi 591c2a3b4b [db stress] Don't drop column families if there's only 1 10 years ago
Stanislau Hlebik 30c81e7717 Removing NewTotalOrderPlainTableFactory 10 years ago
Feng Zhu c4018e771c In tools/db_stress.cc, set proper value in NewHashSkipListRepFactory's bucket_size 10 years ago
Yueh-Hsuan Chiang bf4b1528d8 Fix compile error in reduce_levels_test. 10 years ago
Igor Canadi d4a8423334 Remove seek compaction 10 years ago
sdong edd47c5104 PlainTable to encode to avoid to rewrite prefix when it is the same as the previous key 10 years ago
sdong 9202d9b625 Fix sst_dump for PlainTable 10 years ago
sdong ee5a51e6ce sst_dump: still try to print out table properties even if failing to read the file 10 years ago
Igor Canadi a0191c9dfe Create Missing Column Families 10 years ago
sdong b92a19a431 sst_dump: Set dummy prefix extractor for binary search index in block based table 10 years ago
sdong 593bb2c40b db_stress to add an option to periodically change background thread pool size. 10 years ago
Igor Canadi 3a1cf1281b Run FIFO compaction as part of db_crashtest2.py 10 years ago
Chilledheart fa16ef394c Fix errors while building with clang 10 years ago
Igor Canadi a1068c91a1 Make RocksDB work with newer gflags 11 years ago