Commit Graph

455 Commits (76383bea5df1136c95babf5f9f40b24f85e9ad8e)

Author SHA1 Message Date
Adam Retter f61df6524a Update the version of Visual Studio required (#9765) 2 years ago
Andrew Kryczka 062396af15 Avoid popcnt on Windows when unavailable and in portable builds (#9680) 2 years ago
Yanqin Jin 3b6dc049f7 Support user-defined timestamps in write-committed txns (#9629) 2 years ago
Siddhartha Roychowdhury 21345d2823 Streaming Compression API for WAL compression. (#9619) 2 years ago
Bo Wang f706a9c199 Add a secondary cache implementation based on LRUCache 1 (#9518) 2 years ago
Jay Zhuang d3a2f284d9 Add Temperature info in `NewSequentialFile()` (#9499) 2 years ago
Jay Zhuang f092f0fa5d Add subcompaction event API (#9311) 2 years ago
Andrew Kryczka babe56ddba Add rate limiter priority to ReadOptions (#9424) 2 years ago
Peter Dillinger e24734f843 Use -Wno-invalid-offsetof instead of dangerous offset_of hack (#9563) 2 years ago
Peter Dillinger fd3e0f43b3 Require C++17 (#9481) 2 years ago
mrambacher aae3093719 Introduce a CountedFileSystem for counting file operations (#9283) 2 years ago
Peter Dillinger 449029f865 Remove deprecated ObjectLibrary::Register() (and Regex public API) (#9439) 2 years ago
Yanqin Jin fa52376117 Move RADOS support to separate repo (#9206) 2 years ago
Yanqin Jin 50135c1bf3 Move HDFS support to separate repo (#9170) 2 years ago
Yanqin Jin 1a8e9f0e07 Use fcntl(F_FULLFSYNC) on OS X (#9356) 2 years ago
Kefu Chai cc1d4e3d33 gcc-11 and cmake related cleanup (#9286) 3 years ago
mrambacher 423538a816 Make MemoryAllocator into a Customizable class (#8980) 3 years ago
Peter Dillinger 0050a73a4f New stable, fixed-length cache keys (#9126) 3 years ago
Yanqin Jin 29954b8b57 Add initial CMake support to plugin (#9214) 3 years ago
Levi Tamasi dc5de45af8 Support readahead during compaction for blob files (#9187) 3 years ago
anand76 78556c14dd Secondary cache error injection (#9002) 3 years ago
Jonathan Albrecht e970248602 Add support for building on s390x platform (#8962) 3 years ago
Peter Dillinger ad5325a736 Experimental support for SST unique IDs (#8990) 3 years ago
Zhichao Cao 699f45049d Introduce a mechanism to dump out blocks from block cache and re-insert to secondary cache (#8912) 3 years ago
mrambacher 7fd68b7c39 Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TableProperties Customizable (#8638) 3 years ago
Peter Dillinger 0ef88538c6 Improve support for using regexes (#8740) 3 years ago
Peter Dillinger 13ded69484 Built-in support for generating unique IDs, bug fix (#8708) 3 years ago
Hui Xiao 74cfe7db60 Refactor WriteBufferManager::CacheRep into CacheReservationManager (#8506) 3 years ago
Merlin Mao d10801e983 Allow Replayer to report the results of TraceRecords. (#8657) 3 years ago
Merlin Mao f58d276764 Make TraceRecord and Replayer public (#8611) 3 years ago
mrambacher d057e8326d Make MergeOperator+CompactionFilter/Factory into Customizable Classes (#8481) 3 years ago
Jay Zhuang 5dd18a8d8e Add micro-benchmark support (#8493) 3 years ago
Lucian Petrut 390c5246d2 Allow using WindowsThread with Mingw (#8108) 3 years ago
Levi Tamasi 6adc39e1bf Add an internal iterator that can measure the inflow of blobs (#8443) 3 years ago
Levi Tamasi 065bea1587 Add a class for measuring the amount of garbage generated during compaction (#8426) 3 years ago
Jay Zhuang 99908db998 Increase cmake test DISCOVERY_TIMEOUT from 5 to 120 seconds (#8403) 3 years ago
Akanksha Mahajan 3897ce3125 Support for Merge in Integrated BlobDB with base values (#8292) 3 years ago
Levi Tamasi db325a5904 Add a clipping internal iterator (#8327) 3 years ago
Jay Zhuang eda83eaac0 Fix cmake build failure with gflags (#8324) 3 years ago
sdong bd3d080ef8 Try to build with liburing by default. (#8322) 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
anand76 13232e11d4 Allow cache_bench/db_bench to use a custom secondary cache (#8312) 3 years ago
Jay Zhuang e9a0bc14dd Fix cmake failed to build db_bench (#8289) 3 years ago
mrambacher 47b424f4bd Add check to cmake to see if we need to link against -latomic (#8183) 3 years ago
Yanqin Jin fd00f39f97 Disable IOStatsContext/PerfContext if no thread local (#8117) 3 years ago
Peter Dillinger 879357fdb0 Make backups openable as read-only DBs (#8142) 3 years ago
Yanqin Jin 9f7c02dad5 Move compacted_db_impl.[c|h] to db/db_impl (#8082) 3 years ago
Yanqin Jin 85d4f2c8b3 Move a test file to a better location (#8054) 3 years ago
Ed rodriguez 7381dad1b1 make:Fix c header prototypes (#7994) 3 years ago