Commit Graph

425 Commits (ecd8db02004d73c4b65ebb772a6c882b5cb98223)
 

Author SHA1 Message Date
Haobo Xu ecd8db0200 [RocksDB] Minimize Mutex protected code section in the critical path 12 years ago
Simon Marlow a8bf8fe504 Integrate the manifest_dump command with ldb 12 years ago
Abhishek Kona 9b70529c86 Disable Unit Test for TransactionLogIteratorStall 12 years ago
Abhishek Kona 27c15fb67e TransactionLogIter should stall at the last record. Currently it errors out 12 years ago
Mayank Agarwal 38d54832f7 Initialize variable in constructor for PosixEnv::checkedDiskForMmap_ 12 years ago
Abhishek Kona 91660e048f [Rocksdb] codemod NULL to nullptr in tools/*.cc 12 years ago
Dhruba Borthakur d0798f67f4 Run compactions even if workload is readonly or read-mostly. 12 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 12 years ago
Dhruba Borthakur 2adddeefcb 1.5.8.1.fb release. 12 years ago
Mayank Agarwal a6f4275403 Removing boost from ldb_cmd.cc 12 years ago
Mayank Agarwal 48abc06049 Using return value of fwrite in posix_logger.h 12 years ago
Mayank Agarwal b1bea58457 Fix more signed-unsigned comparisons 12 years ago
Mayank Agarwal 487168cdcf Fixed sign-comparison in rocksdb code-base and fixed Makefile 12 years ago
Mark Callaghan 72d14eafd3 add --benchmarks=levelstats option to db_bench, prevent "nan" in stats output 12 years ago
Abhishek Kona 02c459805b Ignore a zero-sized file while looking for a seq-no in GetUpdatesSince 12 years ago
Abhishek Kona 7b9db9c98e DO not report level size as zero when there are no files in L0 12 years ago
Mayank Agarwal f04cc368f7 Fixing a careless mistake in ldb 12 years ago
Mayank Agarwal a78fb5e8bc Doing away with boost in ldb_cmd.h 12 years ago
Mark Callaghan 5a8c8845a9 Enhance db_bench 12 years ago
Mayank Agarwal e93dc3c0b8 Updating fbcode.gcc471.sh to use jemalloc 3.3.1 12 years ago
Abhishek Kona 1ba5abca97 Use posix_fallocate as default. 12 years ago
Mayank Agarwal 4e581c6ab4 Fix ldb_test.py to hide garbage from std output 12 years ago
Mayank Agarwal 5b278b53ae Fix valgrind errors in rocksdb tests: auto_roll_logger_test, reduce_levels_test 12 years ago
Dhruba Borthakur ebf16f57c9 Prevent segfault because SizeUnderCompaction was called without any locks. 12 years ago
Dhruba Borthakur c04c956b66 Make the build-time show up in the leveldb library. 12 years ago
Vamsi Ponnekanti 8ade935971 [Report the #gets and #founds in db_stress] 12 years ago
amayank 3eed5c9c01 Putting option -std=gnu++0x in Makefile rather than fbcode.gcc471.sh 12 years ago
amayank 9e1c89cde8 Moving VALGRIND_VER which takes the valgrind version from third party to fbcode.gcc471.sh file 12 years ago
Dhruba Borthakur 469724be7f Add appropriate parameters to make bulk-load go faster. 12 years ago
amayank 3b6653b1f8 Make db_stress Not purge redundant keys on some opens 12 years ago
Dhruba Borthakur 6d812b6afb A mechanism to detect manifest file write errors and put db in readonly mode. 12 years ago
amayank 3b87e2bd2a Use version 3.8.1 for valgrind in third_party and do away with log files 12 years ago
Abhishek Kona d68880a1b9 Do not allow Transaction Log Iterator to fall ahead when writer is writing the same file 12 years ago
Dhruba Borthakur afed60938f Fox db_stress crash by copying keys before changing sequencenum to zero. 12 years ago
Abhishek Kona 2fb47d661a add -j nproc in valgrind check script 12 years ago
Abhishek Kona 760d511ece Fix Bash Script to run valgrind. 12 years ago
Dhruba Borthakur e7b726da08 Downgrade optimization level from -O3 to -O2. 12 years ago
Zheng Shao 7b43500794 [RocksDB] Add bulk_load option to Options and ldb 12 years ago
Dhruba Borthakur f5896681b4 Removed unnecesary file object in table_cache. 12 years ago
Mark Callaghan 993543d1be Add rate_delay_limit_milliseconds 12 years ago
Dhruba Borthakur 806e264350 Ability for rocksdb to compact when flushing the in-memory memtable to a file in L0. 12 years ago
bil 4992633751 enable the ability to set key size in db_bench in rocksdb 12 years ago
amayank ec96ad5405 Automating valgrind to run with jenkins 12 years ago
Abhishek Kona c41f1e995c Codemod NULL to nullptr 12 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