Commit Graph

2427 Commits (27f3af596609f3b86af5080cc870c869e836e7f2)

Author SHA1 Message Date
Baptiste Lemaire e817bc9628 Added memtable garbage statistics (#8411) 3 years ago
Akanksha Mahajan 5ba1b6e549 Cache warming data blocks during flush (#8242) 3 years ago
Peter Dillinger 865a25101d Mark Ribbon filter and optimize_filters_for_memory as production (#8408) 3 years ago
mrambacher d81c2d1e3d Add Inner method and support for wrapped Customizable (#8373) 3 years ago
mrambacher 281ac9c89e Add CreateFrom methods to Env/FileSystem (#8174) 3 years ago
Peter Dillinger 416dc7bed7 Clarify some DB::Open,OpenForReadOnly semantics (#8379) 3 years ago
Hui Xiao dcddc1065e Make CompactionService derived from Customizable (#8395) 3 years ago
mrambacher 6ad0810393 Make Comparator into a Customizable Object (#8336) 3 years ago
David Devecsery 80a59a03a7 Cancel compact range (#8351) 3 years ago
anand76 799cf37cb1 Update HISTORY and version to 6.21 (#8363) 3 years ago
sdong dfa6b408fe Improve comments of iterate_upper_bound (#8331) 3 years ago
Peter Dillinger 956ce9bde2 Some API clarification for manual compaction and listeners (#8330) 3 years ago
Zhichao Cao 7303d02bdf Use new Insert and Lookup APIs in table reader to support secondary cache (#8315) 3 years ago
Peter Dillinger 3469d60fcc Add table properties for number of entries added to filters (#8323) 3 years ago
sdong 2f1984dd45 Compare memtable insert and flush count (#8288) 3 years ago
Jay Zhuang 3786181a90 Add remote compaction public API (#8300) 3 years ago
Peter Dillinger 311a544c2a Use deleters to label cache entries and collect stats (#8297) 3 years ago
Glebanister 748e3acc11 Add StartThread type checking wrapper (#8303) 3 years ago
anand76 13232e11d4 Allow cache_bench/db_bench to use a custom secondary cache (#8312) 3 years ago
Stanislav Tkach 83d1a66598 Expose CompressionOptions::parallel_threads through C API (#8302) 3 years ago
sdong 0ed8cb666d Write file temperature information to manifest (#8284) 3 years ago
anand76 feb06e83b2 Initial support for secondary cache in LRUCache (#8271) 3 years ago
Jay Zhuang d15fbae449 Refactor Option obj address from char* to void* (#8295) 3 years ago
Jay Zhuang a79b46c503 Add De/Serialization for CompactionInput/Result (#8247) 3 years ago
Peter Dillinger 78a309bf86 New Cache API for gathering statistics (#8225) 3 years ago
mrambacher 78e82410eb Added static methods for simple types to OptionTypeInfo (#8249) 3 years ago
mrambacher 9f2d255aed Add ObjectRegistry to ConfigOptions (#8166) 3 years ago
Andrew Kryczka a639c02f8e Allow applying `CompactionFilter` outside of compaction (#8243) 3 years ago
Peter Dillinger c26b75baa5 Deprecate obsolete "backupable db" from public APIs (#8274) 3 years ago
sdong a4919d6b62 Cap automatic arena block size to 1 MB (#7907) 3 years ago
Peter Dillinger 3b981eaa1d Fix use-after-free threading bug in ClockCache (#8261) 3 years ago
sdong c3ff14e2c1 Hint temperature of bottommost level files to FileSystem (#8222) 3 years ago
Peter Dillinger d2ca04e3ed Add more LSM info to FilterBuildingContext (#8246) 3 years ago
Peter Dillinger 85becd94c1 Refactor: use TableBuilderOptions to reduce parameter lists (#8240) 3 years ago
Duarte Nunes 3949731de3 Add WAL flush API to C client (#8226) 3 years ago
Sahir Hoda 13c655a887 New C API to expose NewCompactOnDeletionCollectorFactory (#8233) 3 years ago
mrambacher 6bab3a34e9 Move RegisterOptions into the Configurable API (#8223) 3 years ago
Sahir Hoda d65d7d657d Expose JemallocNodumpAllocator to C API (#8178) 3 years ago
sdong 4985cea141 Add comment to DisableManualCompaction() (#8186) 3 years ago
Akanksha Mahajan 596e9008e4 Stall writes in WriteBufferManager when memory_usage exceeds buffer_size (#7898) 3 years ago
Peter Dillinger 95f6add746 Revert Ribbon starting level support from #8198 (#8212) 3 years ago
Jay Zhuang a89740fbc6 Fix unittest no space issue (#8204) 3 years ago
Akanksha Mahajan 531a5f88a1 Update release version to 6.20 (#8199) 4 years ago
Peter Dillinger 10196d7edc Ribbon long-term support, starting level support (#8198) 4 years ago
mrambacher 4c41e51c07 Add Blob Options to C API (#8148) 4 years ago
Akanksha Mahajan 296b47db25 Extend file_checksum_dump ldb command and DB::GetLiveFilesChecksumInfo to blob files (#8179) 4 years ago
Yanqin Jin fd00f39f97 Disable IOStatsContext/PerfContext if no thread local (#8117) 4 years ago
Peter Dillinger bb75092574 Misc Backup API enhancements (#8170) 4 years ago
Sahir Hoda 139778dfb3 Expose Cache::DisownData in C API (#8160) 4 years ago
Giuseppe Ottaviano 48cd7a3aae Fix flush reason attribution (#8150) 4 years ago