Commit Graph

401 Commits (c04c956b66312d8a7afa97eb8859fd4d2d22ed6b)
 

Author SHA1 Message Date
Dhruba Borthakur c04c956b66 Make the build-time show up in the leveldb library. 11 years ago
Vamsi Ponnekanti 8ade935971 [Report the #gets and #founds in db_stress] 11 years ago
amayank 3eed5c9c01 Putting option -std=gnu++0x in Makefile rather than fbcode.gcc471.sh 11 years ago
amayank 9e1c89cde8 Moving VALGRIND_VER which takes the valgrind version from third party to fbcode.gcc471.sh file 11 years ago
Dhruba Borthakur 469724be7f Add appropriate parameters to make bulk-load go faster. 11 years ago
amayank 3b6653b1f8 Make db_stress Not purge redundant keys on some opens 11 years ago
Dhruba Borthakur 6d812b6afb A mechanism to detect manifest file write errors and put db in readonly mode. 11 years ago
amayank 3b87e2bd2a Use version 3.8.1 for valgrind in third_party and do away with log files 11 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 11 years ago
Dhruba Borthakur afed60938f Fox db_stress crash by copying keys before changing sequencenum to zero. 11 years ago
Abhishek Kona 2fb47d661a add -j nproc in valgrind check script 11 years ago
Abhishek Kona 760d511ece Fix Bash Script to run valgrind. 11 years ago
Dhruba Borthakur e7b726da08 Downgrade optimization level from -O3 to -O2. 11 years ago
Zheng Shao 7b43500794 [RocksDB] Add bulk_load option to Options and ldb 11 years ago
Dhruba Borthakur f5896681b4 Removed unnecesary file object in table_cache. 11 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 11 years ago
Dhruba Borthakur 806e264350 Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0. 11 years ago
bil 4992633751 enable the ability to set key size in db_bench in rocksdb 11 years ago
amayank ec96ad5405 Automating valgrind to run with jenkins 11 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 11 years ago
Dhruba Borthakur e45c7a8444 Abilty to support upto a million .sst files in the database 12 years ago
Abhishek Kona a9866b721b Refactor statistics. Remove individual functions like incNumFileOpens 12 years ago
Vamsi Ponnekanti 465b9103f8 [Add a second kind of verification to db_stress 12 years ago
Abhishek Kona 959337ed5b Measure compaction time. 12 years ago
amayank 5024d72572 Adding a rule in the Makefile to run valgrind on the rocksdb tests 12 years ago
Abhishek Kona ec77366e14 Counters for bytes written and read. 12 years ago
Vamsi Ponnekanti 6abb30d4d0 [Missed adding cmdline parsing for new flags added in D8685] 12 years ago
amayank 1052ea236f Exploring the rocksdb stress test 12 years ago
Vamsi Ponnekanti 945d2b59b9 [Add randomwithverify benchmark option] 12 years ago
Abhishek Kona 9bf91c74b8 ldb waldump to print the keys along with other stats + NULL to nullptr in ldb_cmd.cc 12 years ago
amayank b2c50f1c3f Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value 12 years ago
Abhishek Kona fe10200ddc Introduce histogram in statistics.h 12 years ago
Dhruba Borthakur 61a3e6755d Cleanup README.fb 12 years ago
Kai Liu 45f0030458 Fix the "IO error" in auto_roll_logger_test 12 years ago
Kai Liu ae09544cd6 Temporary remove the auto_roll_logger_test. 12 years ago
amayank f3901e0647 Revert "Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value" 12 years ago
Dhruba Borthakur fd367e677e Fix unit test failure in db_filename.cc 12 years ago
Dhruba Borthakur 4564915446 Zero out redundant sequence numbers for kvs to increase compression efficiency 12 years ago
Dhruba Borthakur 27e26df665 cleanup README. 12 years ago
amayank 4c696ed001 Fix for the weird behaviour encountered by ldb Get where it could read only the second-latest value 12 years ago
Kai Liu aaa0cbb97a Fix the warning introduced by auto_roll_logger_test 12 years ago
Chip Turner f02db1c118 Add zlib to our builds and tweak histogram output 12 years ago
Kai Liu b63aafce42 Allow the logs to be purged by TTL. 12 years ago
Abhishek Kona 19012c2e28 Enable linting in arc. 12 years ago
Abhishek Kona 4dc02f7b7a Initialize all doubles to 0 in histogram.cc 12 years ago
Abhishek Kona 009034cf12 Performant util/histogram. 12 years ago
Kosie van der Merwe 4dcc0c89f4 Fixed cache key for block cache 12 years ago
Chip Turner 2c3565285e Add OS_LINUX ifdef protections around fallocate parts 12 years ago
Dilip Antony Joseph 11ce6a060e Enhanced ldb to support data access commands 12 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago