Commit Graph

781 Commits (3bdce20e2b485de3642a840eba5aa809469389c7)

Author SHA1 Message Date
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) 5 years ago
Yanqin Jin 3189398c00 Fix bugs detected by clang analyzer (#5185) 5 years ago
anand76 fefd4b98c5 Introduce a new MultiGet batching implementation (#5011) 5 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) 5 years ago
Yanqin Jin d77476ef55 Fix db_stress for custom env (#5122) 5 years ago
Siying Dong 2b4d5ceb47 Remove some "using std::..." from header files. (#5113) 5 years ago
Yanqin Jin 9358178edc Support for single-primary, multi-secondary instances (#4899) 5 years ago
Zhongyi Xie 52e6404e0f ldb command parsing: allow option values to contain equals signs (#5088) 5 years ago
Shobhit Dayal b45b1cde3e Feature for sampling and reporting compressibility (#4842) 5 years ago
Andrew Kryczka 2263f86901 exercise WAL recycling in crash test (#5070) 5 years ago
Zhichao Cao dcde292c3b Add the -try_process_corrupted_trace option to trace_analyzer (#5067) 5 years ago
Andrew Kryczka 5a5c0492db ldb: set `total_order_seek` for scans (#5066) 5 years ago
Zhichao Cao 05ebfebc17 Fixed the potential stack overflow of MixGraph in db_bench (#5051) 5 years ago
Andrew Kryczka 18d2e4beb7 Run db_bench on database generated externally (#5017) 5 years ago
Siying Dong aef763b6d6 Make statistics's stats_level change thread-safe (#5030) 5 years ago
Maysam Yabandeh 0b80f6b380 WritePrepared: script to analyze stress test failures (#5033) 5 years ago
Siying Dong 5e298f865b Add two more StatsLevel (#5027) 5 years ago
Zhongyi Xie c4f5d0aa15 add GetStatsHistory to retrieve stats snapshots (#4748) 5 years ago
Zhongyi Xie ed995c6a69 add whole key bloom filter support in memtables (#4985) 5 years ago
Siying Dong 4db46aa2e6 Fix LITE Build (#4989) 5 years ago
Aubin Sanyal 3231a2e581 Deprecate ttl option from CompactionOptionsFIFO (#4965) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
Yanqin Jin 4fc442029a Avoid using kInAtomicGroup tag for single-cf op (#4981) 5 years ago
Andrew Kryczka 62f70f6d14 Reduce scope of compression dictionary to single SST (#4952) 5 years ago
Andrew Kryczka 1218704b61 Fix `compression_zstd_max_train_bytes` coverage in stress test (#4957) 5 years ago
Siying Dong cf3a671733 Remove cuckoo hash memtable (#4953) 5 years ago
Siying Dong d9c9f3c809 db_bench: fix "micros/op" reporting (#4949) 5 years ago
Alexander Zinoviev 32a6dd9a41 Add a new CPU time counter to compaction report (#4889) 6 years ago
zhichao-cao e2547103fd Fix the build error caused by the dynamic array (#4918) 6 years ago
Andrew Kryczka e242fa4664 Add latest toolchain (gcc-8, etc.) build support for fbcode users (#4923) 6 years ago
Sagar Vemuri 0cead31d10 Fix Clang static analyzer warning in db_bench (#4910) 6 years ago
Zhongyi Xie cbe0239270 add cast to avoid loss of precision error (#4906) 6 years ago
Zhichao Cao ce8e88d2d7 Generate mixed workload with Get, Put, Seek in db_bench (#4788) 6 years ago
Andrew Kryczka 01013ae766 Digest ZSTD compression dictionary once when writing SST file (#4849) 6 years ago
Siying Dong 4e37251b4d With ldb --try_load_options and wal_dir doesn't exist, ignore it (#4875) 6 years ago
Yanqin Jin ffc9f84649 Free memory after use 6 years ago
Yanqin Jin e686caffec Remove unnecessary assersion in AtomicFlushStressTest::TestCheckpoint (#4846) 6 years ago
Huachao Huang 74f7d7551e tools: use provided options instead of the default (#4839) 6 years ago
Yanqin Jin 565b5bdc42 Add support for read-only db chkpt stress (#4690) 6 years ago
Andrew Kryczka ace543a815 fix accounting for range tombstones in TableProperties (#4841) 6 years ago
Andrew Kryczka 68d949b3e3 Enable DeleteRange in stress/crash tests (#4483) 6 years ago
Fosco Marotto 311cd8cf2f Updated benchmark script (#4134) 6 years ago
Andrew Kryczka 8d2b74d287 Refine db_stress params for atomic flush (#4781) 6 years ago
DorianZheng 2670fe8c73 Get `CompactionJobInfo` from CompactFiles 6 years ago
Sagar Vemuri 70645355ad Move FIFOCompactionPicker to a separate file (#4724) 6 years ago
Sagar Vemuri c94f073e5e Fix Mac build break in casting (#4722) 6 years ago
Huachao Huang 5e72bc113a Add SstFileReader to read sst files (#4717) 6 years ago
Po-Chuan Hsieh 60deb4485e Fix build with ROCKSDB_LITE and -Wunused-private-field (#4715) 6 years ago