Commit Graph

55 Commits (23eae14d2487e154dbe909b4bbdda6ef7f338793)

Author SHA1 Message Date
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Levi Tamasi f7e7b34ebe Propagate SST and blob file numbers through the EventListener interface (#5962) 6 years ago
Yi Wu 1f9d7c0f54 Fix OnFlushCompleted fired before flush result write to MANIFEST (#5908) 6 years ago
Fosco Marotto 6c2bf9e916 Add copyright headers per FB open-source checkup tool. (#5199) 6 years ago
Sagar Vemuri d3d20dcdca Periodic Compactions (#5166) 6 years ago
Siying Dong 1f7f5a5a79 Run automatic formatter against public header files (#5115) 6 years ago
Yanqin Jin e79df377c5 Use chrono::time_point instead of time_t (#4868) 7 years ago
DorianZheng 4862720e08 Expose column family id to `FlushJobInfo` 7 years ago
Yanqin Jin ce52274640 Replace 'string' with 'const string&' in FileOperationInfo (#4491) 7 years ago
Yanqin Jin 729a617b5b Add listener to sample file io (#3933) 7 years ago
Peter Pei 09814f2cfc support OnCompactionBegin (#4431) 7 years ago
DorianZheng e0f05754ba Expose column family id to OnCompactionCompleted (#4466) 7 years ago
Anand Ananthabhotla a27fce408e Auto recovery from out of space errors (#4164) 7 years ago
Yanqin Jin d42bd041c5 Improve visibility into the reasons for compaction. 7 years ago
Yanqin Jin d95014b9df fix some text in comments. 7 years ago
Sagar Vemuri 04c11b867d Level Compaction with TTL 7 years ago
Zhongyi Xie 1cbc96d236 FlushReason improvement 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Yi Wu 1209b6db5c Blob DB: remove existing garbage collection implementation 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Zhongyi Xie 945f618ba5 log flush reason for better debugging experience 8 years ago
Jeffrey Dallatezza 022c598abb Fix minor typo in comment 8 years ago
Andrew Kryczka 9b18cc2363 single-file bottom-level compaction when snapshot released 8 years ago
Adrien Schildknecht 01542400a8 Inform caller when rocksdb is stalling writes 8 years ago
Yi Wu d1cab2b64e Add ValueType::kTypeBlobIndex 8 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Sagar Vemuri 1cd45cd1b3 FIFO Compaction with TTL 8 years ago
Andrew Kryczka 71f5bcb730 Introduce OnBackgroundError callback 8 years ago
Siying Dong 264d3f540c Allow IntraL0 compaction in FIFO Compaction 8 years ago
Yi Wu 0fcdccc33e Blob storage helper methods 8 years ago
Islam AbdelRahman ed8fbdb560 Add EventListener::OnExternalFileIngested() event 9 years ago
Aaron Gao 0a1bd9c509 add cfh deletion started listener 9 years ago
sdong 0babce57f7 Move away from enum char value -1 9 years ago
PraveenSinghRao 3a276b0cbe Add a callback for when memtable is moved to immutable (#1137) 9 years ago
Islam AbdelRahman 4b31723433 Add bottommost_compression option 9 years ago
Yi Wu a92049e3e7 Added EventListener::OnTableFileCreationStarted() callback 9 years ago
Islam AbdelRahman 2bf9b968ca Fix lite_build 10 years ago
Islam AbdelRahman d005c66faf Report compaction reason in CompactionListener 10 years ago
charsyam c30b499541 fix typos in comments 10 years ago
sdong 296c3a1f94 "make format" in some recent commits 10 years ago
Alex Loukissas b0980ff748 Fix unused parameter warnings. 10 years ago
Alex Loukissas bc898c5f80 Fix unused parameter warnings. 10 years ago
Alexey Maykov 3d07b815f6 Passing table properties to compaction callback 10 years ago
Islam AbdelRahman d6ce0f7c61 Add largest sequence to FlushJobInfo 10 years ago
Yueh-Hsuan Chiang 2e764f06ea [API Change] Improve EventListener::OnFlushCompleted interface 10 years ago
Yueh-Hsuan Chiang 0b3172d071 Add EventListener::OnTableFileDeletion() 10 years ago
Yueh-Hsuan Chiang fe5c6321cb Allow EventListener::OnCompactionCompleted to return CompactionJobStats. 10 years ago
Yueh-Hsuan Chiang 8d8d4e45ba Fixed ROCKSDB_LITE compile error due to the missing of TableFileCreationInfo 10 years ago