Commit Graph

8083 Commits (a3b8c76d8e3f2a849d354280e9baaac6728a8b4d)
 

Author SHA1 Message Date
Sagar Vemuri 0463f61837 Refactor BlockBasedTable::Open (#4636) 6 years ago
Pengchao Wang c41c60be13 fix tombstone collectable test (#4755) 6 years ago
Maysam Yabandeh b878f93c70 Extend Transaction::GetForUpdate with do_validate (#4680) 6 years ago
Yanqin Jin 1d679e35fd Update HISTORY.md (#4753) 6 years ago
Yanqin Jin 9be3e6b488 Allow file-ingest-triggered flush to skip waiting for write-stall clear (#4751) 6 years ago
Yanqin Jin b96fccb1e6 Move a function to critical section (#4752) 6 years ago
anand76 e58d76955a Fix buck dev mode fbcode builds (#4747) 6 years ago
Zhongyi Xie 2f1ca4e838 Revert "BaseDeltaIterator: always check valid() before accessing key(… (#4744) 6 years ago
Fosco Marotto 55479eb572 Update History for fast-forwarded 5.18 branch 6 years ago
Zhongyi Xie 3a18bb3e15 BaseDeltaIterator: always check valid() before accessing key() (#4702) 6 years ago
Siying Dong 6e938c904f Make NewBloomFilterPolicy() use full filter by default (#4735) 6 years ago
Zhongyi Xie b0f3d9b478 fix unused param "options" error in jemalloc_nodump_allocator.cc (#4738) 6 years ago
Maysam Yabandeh f1b0841f06 WritePrepared: followup fix for snapshot double release issue (#4734) 6 years ago
Yi Wu cf1df5d3cb JemallocNodumpAllocator: option to limit tcache memory usage (#4736) 6 years ago
Sagar Vemuri 70645355ad Move FIFOCompactionPicker to a separate file (#4724) 6 years ago
Yanqin Jin 8d7bc76f36 Fix a flaky test DBFlushTest.SyncFail (#4633) 6 years ago
Kefu Chai 7dbee38716 db/repair: reset Repair::db_lock_ in ctor (#4683) 6 years ago
anand76 8d9b4d9741 Fix failure of sst_file_reader_test in LITE mode regression test (#4725) 6 years ago
Maysam Yabandeh 1a5a93ff74 WritePrepared: Fix double snapshot release issue (#4727) 6 years ago
Yi Wu 512a5e3ef8 Fix BlockBasedTable not always using memory allocator if available (#4678) 6 years ago
Abhishek Madan 8fe1e06ca0 Clean up FragmentedRangeTombstoneList (#4692) 6 years ago
Zhichao Cao 7125e24619 Add the max trace file size limitation option to Tracing (#4610) 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
Adam Singer 3fa80f0e85 Remove enable_internal_stats (#4714) 6 years ago
Abhishek Madan e76448185c Remove DeleteRange experimental comment (#4709) 6 years ago
Adam Singer 1db4a096d4 Test mapping of Histograms and HistogramsNameMap (#4720) 6 years ago
Sagar Vemuri a2dec2ed08 Fix Java to C++ ticker conversions (#4719) 6 years ago
Po-Chuan Hsieh 60deb4485e Fix build with ROCKSDB_LITE and -Wunused-private-field (#4715) 6 years ago
Soli f1837595a3 FIX #3278: Move global const object definitions from .h to .cc (#4691) 6 years ago
Sagar Vemuri 0d65315cb1 RocksJava: Add the missing FIFO compaction options (#4609) 6 years ago
Abhishek Madan 85394a96ca Speed up range scans with range tombstones (#4677) 6 years ago
Zhongyi Xie a21cb22ee3 Revert "apply ReadOptions.iterate_upper_bound to transaction iterator… (#4705) 6 years ago
Andrew Kryczka e9372dcb3d DeleteRange blog post (#4711) 6 years ago
Andrew Kryczka 07cf0ee589 Fix ticker stat for number files closed (#4703) 6 years ago
Yi Wu 05d9d82181 Revert "Move MemoryAllocator option from Cache to BlockBasedTableOpti… (#4697) 6 years ago
Abhishek Madan 457f77b9ff Introduce RangeDelAggregatorV2 (#4649) 6 years ago
Abhishek Madan ed5aec5ba3 Fix range tombstone covering short-circuit logic (#4698) 6 years ago
Andrew Kryczka a138e351bc Fix compatibility of public ticker stats (#4701) 6 years ago
Yi Wu 327097c952 JemallocAllocator: thread-local tcache (#4603) 6 years ago
Maggie Moss 659d0e602e Run Define codemod in fbcode 6 years ago
Siying Dong 13579e8c5a WriteBufferManger doens't cost to cache if no limit is set (#4695) 6 years ago
Andrew Kryczka 9d6d4867ab Fix uninitialized fields in file metadata (#4693) 6 years ago
Yanqin Jin 147697420a Rollback memtable flush upon atomic flush fail (#4641) 6 years ago
Abhishek Madan 6bee36a786 Modify FragmentedRangeTombstoneList member layout (#4632) 6 years ago
Siying Dong f5c8cf5fed Increase wait time in DBTest.SanitizeNumThreads (#4659) 6 years ago
Maysam Yabandeh c2a20f1776 Fix ignoring params in default impl of GetForUpdate (#4679) 6 years ago
Abhishek Madan 0ed738fdd0 Add max_scan_distance flag to db_bench (#4660) 6 years ago
Yanqin Jin de65103553 Improve result report of scan (#4648) 6 years ago
thisisbaozi 5cf5f4724d Expose underlying Read/Write APIs for avoiding unnecessary memory copy (#2303) 6 years ago