Commit Graph

873 Commits (2f4e288143f1c0c9f5a9e829d1b20ce62aca4224)

Author SHA1 Message Date
sdong 10bae8ceb3 Add more release versions to tools/check_format_compatible.sh (#5518) 5 years ago
Aaron Gao 5c2f13fb14 add create_column_family and drop_column_family cmd to ldb tool (#5503) 5 years ago
haoyuhuang 554a6456aa Block cache trace analysis: Write time series graphs in csv files (#5490) 5 years ago
Yanqin Jin 1bfeffab2d Stop printing after verification fails (#5493) 5 years ago
haoyuhuang 705b8eecb4 Add more callers for table reader. (#5454) 5 years ago
haoyuhuang 2e8ad03ab3 Add more stats in the block cache trace analyzer (#5482) 5 years ago
Huisheng Liu 92f631da33 replace sprintf with its safe version snprintf (#5475) 5 years ago
haoyuhuang bcfc53b436 Block cache tracing: Fix minor bugs with downsampling and some benchmark results. (#5473) 5 years ago
haoyuhuang 2d1dd5bce7 Support computing miss ratio curves using sim_cache. (#5449) 5 years ago
Zhongyi Xie 671d15cbdd Persistent Stats: persist stats history to disk (#5046) 5 years ago
haoyuhuang d43b4cd570 Integrate block cache tracing into db_bench (#5459) 5 years ago
haoyuhuang 7a8d7358bb Integrate block cache tracer in block based table reader. (#5441) 5 years ago
haoyuhuang bb4178066d Integrate block cache tracer into db_impl (#5433) 5 years ago
Maysam Yabandeh f9842869cf Disable pipeline writes in stress test (#5445) 5 years ago
haoyuhuang 9bbccda01e First commit for block cache trace analyzer (#5425) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 5 years ago
Siying Dong 5851cb7fdb Move util/trace_replay.* to trace_replay/ (#5376) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Vijay Nadimpalli 49c5a12dbe Organizing rocksdb/db directory 5 years ago
Yanqin Jin 83f7a8eed0 Fix compilation error in LITE mode (#5391) 5 years ago
Yanqin Jin b9f5900658 Fix WAL replay by skipping old write batches (#5170) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Vijay Nadimpalli 50e470791d Organizing rocksdb/table directory by format 5 years ago
anand76 bd44ec2006 Fix reopen voting logic in db_stress when using MultiGet (#5374) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Siying Dong 545d206040 Move some file related files outside util/ (#5375) 5 years ago
Maysam Yabandeh eab4f49a2c WritePrepared: skip_concurrency_control option (#5330) 5 years ago
Silver Chan 2095ae8858 fixed db_stress.cc build error (#5307) 5 years ago
Zhichao Cao a13026fb2f Added trace replay fast forward function (#5273) 5 years ago
anand76 6492430eaf Fix a bug in db_stress and an incorrect assertion in FilePickerMultiGet (#5301) 5 years ago
Maysam Yabandeh f383641a1d Unordered Writes (#5218) 5 years ago
Yi Wu 92c60547fe db_bench: fix hang on IO error (#5300) 5 years ago
anand76 181bb43f08 Fix bugs in FilePickerMultiGet (#5292) 5 years ago
anand76 930bfa5750 Disable MultiGet from db_stress (#5284) 5 years ago
Maysam Yabandeh 6a40ee5eb1 Refresh snapshot list during long compactions (2nd attempt) (#5278) 5 years ago
Zhongyi Xie 5d27d65bef multiget: fix memory issues due to vector auto resizing (#5279) 5 years ago
Zhongyi Xie 3e994809a1 fix implicit conversion error reported by clang check (#5277) 5 years ago
anand76 434ccf2df4 Add option to use MultiGet in db_stress (#5264) 5 years ago
Andrew Kryczka b02d0c238d Init compression dict handle before reading meta-blocks (#5267) 5 years ago
Yanqin Jin 210b49cac9 Disable pipelined write in atomic flush stress test (#5266) 5 years ago
Sagar Vemuri 3548e4220d Improve explicit user readahead performance (#5246) 5 years ago
Adam Retter 990b2f4cb3 Fix compilation on db_bench_tool.cc on Windows (#5227) 5 years ago
Fosco Marotto 6c2bf9e916 Add copyright headers per FB open-source checkup tool. (#5199) 5 years ago
Zhongyi Xie baa5302447 Avoid double-compacting data in bottom level in manual compactions (#5138) 5 years ago
Yi Wu b70967aac7 db_bench: support seek to non-exist prefix (#5163) 6 years ago
Yanqin Jin 3189398c00 Fix bugs detected by clang analyzer (#5185) 6 years ago
anand76 fefd4b98c5 Introduce a new MultiGet batching implementation (#5011) 6 years ago
datonli f0edf9d575 #5145 , rename port/dirent.h to port/port_dirent.h to avoid compile err when use port dir as header dir output (#5152) 6 years ago
Yanqin Jin d77476ef55 Fix db_stress for custom env (#5122) 6 years ago
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113) 6 years ago