├── .DS_Store ├── BIG DATA ├── Comprehensive Comparison of LSM Architectures for Spatial Data.pdf └── HotKeyLSM A HotnessAware LSMTree for Big Data Storage.pdf ├── ELECTRONICS └── InK: In-Kernel Key-Value Storage with Persistent Memory.pdf ├── FAST ├── .DS_Store ├── Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook │ ├── fast20-cao_zhichao.pdf │ ├── fast20_slides_cao_zhichao.pdf │ └── url.txt ├── Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications The RocksDB Experience │ ├── fast21-dong.pdf │ ├── fast21_slides_dong.pdf │ └── url.txt ├── FPGA-Accelerated Compactions for LSM-based Key-Value Store │ ├── fast20-zhang_teng.pdf │ └── url.txt ├── GearDB A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction │ ├── fast19-yao.pdf │ ├── fast19_slides_yao.pdf │ └── url.txt ├── REMIX Efficient Range Query for LSM-trees │ ├── fast21-zhong.pdf │ └── url.txt ├── REMIX Efficient Range Query for LSMtrees.pdf ├── Read as Needed Building WiSER, a Flash-Optimized Search Engine │ ├── .DS_Store │ ├── fast20-he.pdf │ ├── fast20_slides_he.pdf │ └── url.txt ├── Reaping the performance of fast NVM storage with uDepot │ ├── fast19-kourtis.pdf │ ├── fast19_slides_kourtis.pdf │ └── url.txt ├── SLMDB SingleLevel KeyValue Store with Persistent Memory.pdf ├── SPEICHER Securing LSM-based Key-Value Stores using Shielded Execution │ ├── fast19-bailleu.pdf │ └── url.txt ├── SpanDB A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage │ ├── fast21-chen-hao.pdf │ ├── fast21_slides_chen_hao.pdf │ └── url.txt └── The Full Path to Full-Path Indexing │ ├── fast18-zhan.pdf │ ├── fast18_slides_zhan_0.pdf │ └── url.txt ├── FRONTIERS OF COMPUTER SCIENCE └── Partition pruning for range query on distributed log-structured merge-tree.pdf ├── ICDE ├── CruiseDB An LSMTree KeyValue Store with Both Better Tail Throughput and Tail Latency.pdf ├── FPGA-based Compaction Engine for Accelerating LSM-tree Key-Value Stores.pdf ├── LDC: A Lower-Level Driven Compaction Method to Optimize SSD-Oriented Key-Value Stores.pdf ├── The LSM RUM-Tree: A Log Structured Merge R-Tree for Update-intensive Spatial Workloads.pdf ├── UniKV Toward HighPerformance and Scalable KV Storage in Mixed Workloads via Unified Indexing.pdf └── WipDB A Writeinplace Keyvalue Store that Mimics Bucket Sort.pdf ├── ICPADS └── LTG-LSM: The Optimal Structure in LSM-tree Combined with Reading Hotness.pdf ├── IEEE ACCESS ├── RangeKV: An Efficient Key-Value Store Based on Hybrid DRAM-NVM-SSD Storage Structure.pdf └── TLSM: Tiered Log-Structured Merge-Tree Utilizing Non-Volatile Memory.pdf ├── MICROPROCESSORS AND MICROSYSTEMS └── Cascaded Write Amplification of LSM-tree-based Key-Value Stores underlying Solid-State Disks.pdf ├── MSST ├── .DS_Store ├── LightKV A Cross Media Key Value Store with Persistent Memory to Cut Long Tail Latency │ ├── 12.LightKV.Slides.pdf │ ├── 12.LightKV.pdf │ └── url.txt └── NovKV Efficient Garbage Collection for Key-Value Separated LSM-Stores │ ├── 15.NovKV.Slides.pdf │ ├── 15.NovKV.pdf │ └── url.txt ├── OSDI └── From WiscKey to Bourbon A Learned Index for LogStructured Merge Trees.pdf ├── README.md ├── SIGMOD ├── Dostoevsky Better SpaceTime TradeOffs for LSMTree Based KeyValue Stores via Adaptive Removal of Superfluous Merging.pdf ├── Lethe: A Tunable Delete-Aware LSM Engine.pdf ├── Monkey: Optimal Navigable Key-Value Store.pdf ├── Rosetta: A Robust Space-Time Optimized Range Filter for Key-Value Stores.pdf ├── The Log-Structured Merge-Bush & the Wacky Continuum.pdf └── X-Engine: An Optimized Storage Engine for Large-scale E-commerce Transaction Processing.pdf ├── TC ├── A Comparative Study of Log-Structured Merge-Tree-Based Spatial Indexes for Big Data.pdf └── OurRocks: Offloading Disk Scan Directly to GPU in Write-Optimized Database System.pdf ├── THE VLDB ENDOWMENT ├── Breaking Down Memory Walls Adaptive Memory Management in LSMbased Storage Systems.pdf ├── CloudNative Database Systems at Alibaba Opportunities and Challenges.pdf ├── Efficient Data Ingestion and Query Processing for LSM-Based Storage Systems.pdf ├── Leaper A Learned Prefetcher for Cache Invalidation in LSMtree based Storage Engines.pdf ├── SlimDB: A Space-Efficient Key-Value Storage Engine For Semi-Sorted Data.pdf └── Toward a Better Understanding and Evaluation of Tree Structures on Flash SSDs.pdf ├── TODS ├── Optimal Bloom Filters and Adaptive Merging for LSM-Trees.pdf └── Succinct Range Filters.pdf ├── TOS ├── .DS_Store ├── A Low-cost Disk Solution Enabling LSM-tree to Achieve High Performance for Mixed Read:Write Workloads │ ├── 3162615.pdf │ └── url.txt ├── B3-Tree Byte-Addressable Binary B-Tree for Persistent Memory │ ├── 3394025.pdf │ └── url.txt ├── Building Efficient Key-Value Stores via a Lightweight Compaction Tree.pdf ├── Design of LSM-tree-based Key-value SSDs with Bounded Tails.pdf ├── Design of LSM-tree-based Key-value SSDs with Bounded Tails │ ├── 3452846.pdf │ └── url.txt ├── Enabling Efficient Updates in KV Storage via Hashing Design and Performance Evaluation │ ├── 3340287.pdf │ └── url.txt ├── Enabling Efficient Updates in KV Storage via Hashing: Design and Performance Evaluation.pdf ├── Kreon An Efficient Memory-Mapped Key-Value Store for Flash Storage │ ├── .DS_Store │ ├── 3267809.3267824.pdf │ └── url.txt ├── Leveraging NVMe SSDs for Building a Fast, Cost-effective, LSM-tree-based KV Store │ ├── 3480963.pdf │ └── url.txt ├── NVLSM A Persistent Memory Key-Value Store Using Log-Structured Merge Tree with Accumulative Compaction │ ├── 3453300.pdf │ └── url.txt ├── RocksDB: Evolution of Development Priorities in a Key-value Store Serving Large-scale Applications.pdf ├── SlimCache An Efficient Data Compression Scheme for Flash-based Key-value Caching │ ├── tos20-slimcache.pdf │ └── url.txt └── WiscKey Separating Keys from Values in SSDConscious Storage.pdf ├── TPDS ├── .DS_Store ├── A Novel Multi-Stage Forest-Based Key-Value Store for Holistic Performance Improvement │ ├── A_Novel_Multi-Stage_Forest-Based_Key-Value_Store_for_Holistic_Performance_Improvement.pdf │ └── url.txt ├── Building an Efficient Put-Intensive Key-Value Store with Skip-Tree.pdf ├── Hotspot-Aware Hybrid Memory Management for In-Memory Key-Value Stores │ ├── Hotspot-Aware_Hybrid_Memory_Management_for_In-Memory_Key-Value_Stores.pdf │ └── url.txt ├── LSM-Tree Managed Storage for Large-Scale Key-Value Store.pdf ├── TridentKV A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning │ ├── TridentKV_A_Read-Optimized_LSM-Tree_Based_KV_Store_via_Adaptive_Indexing_and_Space-Efficient_Partitioning.pdf │ └── url.txt └── TridentKV: A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning.pdf ├── USENIX ATC ├── ACKey Adaptive Caching for LSMbased KeyValue Stores.pdf ├── Differentiated KeyValue Storage Management for Balanced IO Performance.pdf ├── ElasticBF Elastic Bloom Filter with Hotness Awareness for Boosting Read Performance in Large KeyValue Stores.pdf ├── HashKV Enabling Efficient Updates in KV Storage via Hashing.pdf ├── PinK Highspeed Instorage Keyvalue Store with Bounded Tails.pdf └── TRIAD Creating Synergies Between Memory, Disk and Log in Log Structured KeyValue Stores.pdf └── VLDB JOURNAL ├── Comparison and evaluation of state-of-the-art LSM merge policies.pdf └── LSM-based storage techniques: a survey.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/.DS_Store -------------------------------------------------------------------------------- /BIG DATA/Comprehensive Comparison of LSM Architectures for Spatial Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/BIG DATA/Comprehensive Comparison of LSM Architectures for Spatial Data.pdf -------------------------------------------------------------------------------- /BIG DATA/HotKeyLSM A HotnessAware LSMTree for Big Data Storage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/BIG DATA/HotKeyLSM A HotnessAware LSMTree for Big Data Storage.pdf -------------------------------------------------------------------------------- /ELECTRONICS/InK: In-Kernel Key-Value Storage with Persistent Memory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ELECTRONICS/InK: In-Kernel Key-Value Storage with Persistent Memory.pdf -------------------------------------------------------------------------------- /FAST/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/.DS_Store -------------------------------------------------------------------------------- /FAST/Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook/fast20-cao_zhichao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook/fast20-cao_zhichao.pdf -------------------------------------------------------------------------------- /FAST/Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook/fast20_slides_cao_zhichao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook/fast20_slides_cao_zhichao.pdf -------------------------------------------------------------------------------- /FAST/Characterizing, Modeling, and Benchmarking RocksDB Key-Value Workloads at Facebook/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast20-cao_zhichao.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications The RocksDB Experience/fast21-dong.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications The RocksDB Experience/fast21-dong.pdf -------------------------------------------------------------------------------- /FAST/Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications The RocksDB Experience/fast21_slides_dong.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications The RocksDB Experience/fast21_slides_dong.pdf -------------------------------------------------------------------------------- /FAST/Evolution of Development Priorities in Key-value Stores Serving Large-scale Applications The RocksDB Experience/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast21-dong.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/FPGA-Accelerated Compactions for LSM-based Key-Value Store/fast20-zhang_teng.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/FPGA-Accelerated Compactions for LSM-based Key-Value Store/fast20-zhang_teng.pdf -------------------------------------------------------------------------------- /FAST/FPGA-Accelerated Compactions for LSM-based Key-Value Store/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast20-zhang_teng.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/GearDB A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction/fast19-yao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/GearDB A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction/fast19-yao.pdf -------------------------------------------------------------------------------- /FAST/GearDB A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction/fast19_slides_yao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/GearDB A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction/fast19_slides_yao.pdf -------------------------------------------------------------------------------- /FAST/GearDB A GC-free Key-Value Store on HM-SMR Drives with Gear Compaction/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast19-yao.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/REMIX Efficient Range Query for LSM-trees/fast21-zhong.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/REMIX Efficient Range Query for LSM-trees/fast21-zhong.pdf -------------------------------------------------------------------------------- /FAST/REMIX Efficient Range Query for LSM-trees/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast21-zhong.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/REMIX Efficient Range Query for LSMtrees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/REMIX Efficient Range Query for LSMtrees.pdf -------------------------------------------------------------------------------- /FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/.DS_Store -------------------------------------------------------------------------------- /FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/fast20-he.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/fast20-he.pdf -------------------------------------------------------------------------------- /FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/fast20_slides_he.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/fast20_slides_he.pdf -------------------------------------------------------------------------------- /FAST/Read as Needed Building WiSER, a Flash-Optimized Search Engine/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast20-pitchumani.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/Reaping the performance of fast NVM storage with uDepot/fast19-kourtis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Reaping the performance of fast NVM storage with uDepot/fast19-kourtis.pdf -------------------------------------------------------------------------------- /FAST/Reaping the performance of fast NVM storage with uDepot/fast19_slides_kourtis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/Reaping the performance of fast NVM storage with uDepot/fast19_slides_kourtis.pdf -------------------------------------------------------------------------------- /FAST/Reaping the performance of fast NVM storage with uDepot/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast19-kourtis.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/SLMDB SingleLevel KeyValue Store with Persistent Memory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/SLMDB SingleLevel KeyValue Store with Persistent Memory.pdf -------------------------------------------------------------------------------- /FAST/SPEICHER Securing LSM-based Key-Value Stores using Shielded Execution/fast19-bailleu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/SPEICHER Securing LSM-based Key-Value Stores using Shielded Execution/fast19-bailleu.pdf -------------------------------------------------------------------------------- /FAST/SPEICHER Securing LSM-based Key-Value Stores using Shielded Execution/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast19-bailleu.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/SpanDB A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage/fast21-chen-hao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/SpanDB A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage/fast21-chen-hao.pdf -------------------------------------------------------------------------------- /FAST/SpanDB A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage/fast21_slides_chen_hao.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/SpanDB A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage/fast21_slides_chen_hao.pdf -------------------------------------------------------------------------------- /FAST/SpanDB A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Ffast21-chen-hao.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FAST/The Full Path to Full-Path Indexing/fast18-zhan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/The Full Path to Full-Path Indexing/fast18-zhan.pdf -------------------------------------------------------------------------------- /FAST/The Full Path to Full-Path Indexing/fast18_slides_zhan_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FAST/The Full Path to Full-Path Indexing/fast18_slides_zhan_0.pdf -------------------------------------------------------------------------------- /FAST/The Full Path to Full-Path Indexing/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fwww.usenix.org%2Fsystem%2Ffiles%2Fconference%2Ffast18%2Ffast18-zhan.pdf#=&zoom=160 -------------------------------------------------------------------------------- /FRONTIERS OF COMPUTER SCIENCE/Partition pruning for range query on distributed log-structured merge-tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/FRONTIERS OF COMPUTER SCIENCE/Partition pruning for range query on distributed log-structured merge-tree.pdf -------------------------------------------------------------------------------- /ICDE/CruiseDB An LSMTree KeyValue Store with Both Better Tail Throughput and Tail Latency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICDE/CruiseDB An LSMTree KeyValue Store with Both Better Tail Throughput and Tail Latency.pdf -------------------------------------------------------------------------------- /ICDE/FPGA-based Compaction Engine for Accelerating LSM-tree Key-Value Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICDE/FPGA-based Compaction Engine for Accelerating LSM-tree Key-Value Stores.pdf -------------------------------------------------------------------------------- /ICDE/LDC: A Lower-Level Driven Compaction Method to Optimize SSD-Oriented Key-Value Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICDE/LDC: A Lower-Level Driven Compaction Method to Optimize SSD-Oriented Key-Value Stores.pdf -------------------------------------------------------------------------------- /ICDE/The LSM RUM-Tree: A Log Structured Merge R-Tree for Update-intensive Spatial Workloads.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICDE/The LSM RUM-Tree: A Log Structured Merge R-Tree for Update-intensive Spatial Workloads.pdf -------------------------------------------------------------------------------- /ICDE/UniKV Toward HighPerformance and Scalable KV Storage in Mixed Workloads via Unified Indexing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICDE/UniKV Toward HighPerformance and Scalable KV Storage in Mixed Workloads via Unified Indexing.pdf -------------------------------------------------------------------------------- /ICDE/WipDB A Writeinplace Keyvalue Store that Mimics Bucket Sort.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICDE/WipDB A Writeinplace Keyvalue Store that Mimics Bucket Sort.pdf -------------------------------------------------------------------------------- /ICPADS/LTG-LSM: The Optimal Structure in LSM-tree Combined with Reading Hotness.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/ICPADS/LTG-LSM: The Optimal Structure in LSM-tree Combined with Reading Hotness.pdf -------------------------------------------------------------------------------- /IEEE ACCESS/RangeKV: An Efficient Key-Value Store Based on Hybrid DRAM-NVM-SSD Storage Structure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/IEEE ACCESS/RangeKV: An Efficient Key-Value Store Based on Hybrid DRAM-NVM-SSD Storage Structure.pdf -------------------------------------------------------------------------------- /IEEE ACCESS/TLSM: Tiered Log-Structured Merge-Tree Utilizing Non-Volatile Memory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/IEEE ACCESS/TLSM: Tiered Log-Structured Merge-Tree Utilizing Non-Volatile Memory.pdf -------------------------------------------------------------------------------- /MICROPROCESSORS AND MICROSYSTEMS/Cascaded Write Amplification of LSM-tree-based Key-Value Stores underlying Solid-State Disks.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/MICROPROCESSORS AND MICROSYSTEMS/Cascaded Write Amplification of LSM-tree-based Key-Value Stores underlying Solid-State Disks.pdf -------------------------------------------------------------------------------- /MSST/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/MSST/.DS_Store -------------------------------------------------------------------------------- /MSST/LightKV A Cross Media Key Value Store with Persistent Memory to Cut Long Tail Latency/12.LightKV.Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/MSST/LightKV A Cross Media Key Value Store with Persistent Memory to Cut Long Tail Latency/12.LightKV.Slides.pdf -------------------------------------------------------------------------------- /MSST/LightKV A Cross Media Key Value Store with Persistent Memory to Cut Long Tail Latency/12.LightKV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/MSST/LightKV A Cross Media Key Value Store with Persistent Memory to Cut Long Tail Latency/12.LightKV.pdf -------------------------------------------------------------------------------- /MSST/LightKV A Cross Media Key Value Store with Persistent Memory to Cut Long Tail Latency/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fstorageconference.us%2F2020%2FPapers%2F12.LightKV.pdf#=&zoom=160 -------------------------------------------------------------------------------- /MSST/NovKV Efficient Garbage Collection for Key-Value Separated LSM-Stores/15.NovKV.Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/MSST/NovKV Efficient Garbage Collection for Key-Value Separated LSM-Stores/15.NovKV.Slides.pdf -------------------------------------------------------------------------------- /MSST/NovKV Efficient Garbage Collection for Key-Value Separated LSM-Stores/15.NovKV.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/MSST/NovKV Efficient Garbage Collection for Key-Value Separated LSM-Stores/15.NovKV.pdf -------------------------------------------------------------------------------- /MSST/NovKV Efficient Garbage Collection for Key-Value Separated LSM-Stores/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fstorageconference.us%2F2020%2FPapers%2F15.NovKV.pdf#=&zoom=160 -------------------------------------------------------------------------------- /OSDI/From WiscKey to Bourbon A Learned Index for LogStructured Merge Trees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/OSDI/From WiscKey to Bourbon A Learned Index for LogStructured Merge Trees.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # kvReading 2 | 3 | 996.icu 4 | -------------------------------------------------------------------------------- /SIGMOD/Dostoevsky Better SpaceTime TradeOffs for LSMTree Based KeyValue Stores via Adaptive Removal of Superfluous Merging.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/SIGMOD/Dostoevsky Better SpaceTime TradeOffs for LSMTree Based KeyValue Stores via Adaptive Removal of Superfluous Merging.pdf -------------------------------------------------------------------------------- /SIGMOD/Lethe: A Tunable Delete-Aware LSM Engine.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/SIGMOD/Lethe: A Tunable Delete-Aware LSM Engine.pdf -------------------------------------------------------------------------------- /SIGMOD/Monkey: Optimal Navigable Key-Value Store.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/SIGMOD/Monkey: Optimal Navigable Key-Value Store.pdf -------------------------------------------------------------------------------- /SIGMOD/Rosetta: A Robust Space-Time Optimized Range Filter for Key-Value Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/SIGMOD/Rosetta: A Robust Space-Time Optimized Range Filter for Key-Value Stores.pdf -------------------------------------------------------------------------------- /SIGMOD/The Log-Structured Merge-Bush & the Wacky Continuum.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/SIGMOD/The Log-Structured Merge-Bush & the Wacky Continuum.pdf -------------------------------------------------------------------------------- /SIGMOD/X-Engine: An Optimized Storage Engine for Large-scale E-commerce Transaction Processing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/SIGMOD/X-Engine: An Optimized Storage Engine for Large-scale E-commerce Transaction Processing.pdf -------------------------------------------------------------------------------- /TC/A Comparative Study of Log-Structured Merge-Tree-Based Spatial Indexes for Big Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TC/A Comparative Study of Log-Structured Merge-Tree-Based Spatial Indexes for Big Data.pdf -------------------------------------------------------------------------------- /TC/OurRocks: Offloading Disk Scan Directly to GPU in Write-Optimized Database System.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TC/OurRocks: Offloading Disk Scan Directly to GPU in Write-Optimized Database System.pdf -------------------------------------------------------------------------------- /THE VLDB ENDOWMENT/Breaking Down Memory Walls Adaptive Memory Management in LSMbased Storage Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/THE VLDB ENDOWMENT/Breaking Down Memory Walls Adaptive Memory Management in LSMbased Storage Systems.pdf -------------------------------------------------------------------------------- /THE VLDB ENDOWMENT/CloudNative Database Systems at Alibaba Opportunities and Challenges.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/THE VLDB ENDOWMENT/CloudNative Database Systems at Alibaba Opportunities and Challenges.pdf -------------------------------------------------------------------------------- /THE VLDB ENDOWMENT/Efficient Data Ingestion and Query Processing for LSM-Based Storage Systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/THE VLDB ENDOWMENT/Efficient Data Ingestion and Query Processing for LSM-Based Storage Systems.pdf -------------------------------------------------------------------------------- /THE VLDB ENDOWMENT/Leaper A Learned Prefetcher for Cache Invalidation in LSMtree based Storage Engines.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/THE VLDB ENDOWMENT/Leaper A Learned Prefetcher for Cache Invalidation in LSMtree based Storage Engines.pdf -------------------------------------------------------------------------------- /THE VLDB ENDOWMENT/SlimDB: A Space-Efficient Key-Value Storage Engine For Semi-Sorted Data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/THE VLDB ENDOWMENT/SlimDB: A Space-Efficient Key-Value Storage Engine For Semi-Sorted Data.pdf -------------------------------------------------------------------------------- /THE VLDB ENDOWMENT/Toward a Better Understanding and Evaluation of Tree Structures on Flash SSDs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/THE VLDB ENDOWMENT/Toward a Better Understanding and Evaluation of Tree Structures on Flash SSDs.pdf -------------------------------------------------------------------------------- /TODS/Optimal Bloom Filters and Adaptive Merging for LSM-Trees.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TODS/Optimal Bloom Filters and Adaptive Merging for LSM-Trees.pdf -------------------------------------------------------------------------------- /TODS/Succinct Range Filters.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TODS/Succinct Range Filters.pdf -------------------------------------------------------------------------------- /TOS/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/.DS_Store -------------------------------------------------------------------------------- /TOS/A Low-cost Disk Solution Enabling LSM-tree to Achieve High Performance for Mixed Read:Write Workloads/3162615.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/A Low-cost Disk Solution Enabling LSM-tree to Achieve High Performance for Mixed Read:Write Workloads/3162615.pdf -------------------------------------------------------------------------------- /TOS/A Low-cost Disk Solution Enabling LSM-tree to Achieve High Performance for Mixed Read:Write Workloads/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3162615#=&zoom=160 -------------------------------------------------------------------------------- /TOS/B3-Tree Byte-Addressable Binary B-Tree for Persistent Memory/3394025.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/B3-Tree Byte-Addressable Binary B-Tree for Persistent Memory/3394025.pdf -------------------------------------------------------------------------------- /TOS/B3-Tree Byte-Addressable Binary B-Tree for Persistent Memory/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3394025#=&zoom=160 -------------------------------------------------------------------------------- /TOS/Building Efficient Key-Value Stores via a Lightweight Compaction Tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Building Efficient Key-Value Stores via a Lightweight Compaction Tree.pdf -------------------------------------------------------------------------------- /TOS/Design of LSM-tree-based Key-value SSDs with Bounded Tails.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Design of LSM-tree-based Key-value SSDs with Bounded Tails.pdf -------------------------------------------------------------------------------- /TOS/Design of LSM-tree-based Key-value SSDs with Bounded Tails/3452846.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Design of LSM-tree-based Key-value SSDs with Bounded Tails/3452846.pdf -------------------------------------------------------------------------------- /TOS/Design of LSM-tree-based Key-value SSDs with Bounded Tails/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3452846#=&zoom=160 -------------------------------------------------------------------------------- /TOS/Enabling Efficient Updates in KV Storage via Hashing Design and Performance Evaluation/3340287.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Enabling Efficient Updates in KV Storage via Hashing Design and Performance Evaluation/3340287.pdf -------------------------------------------------------------------------------- /TOS/Enabling Efficient Updates in KV Storage via Hashing Design and Performance Evaluation/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3340287#=&zoom=160 -------------------------------------------------------------------------------- /TOS/Enabling Efficient Updates in KV Storage via Hashing: Design and Performance Evaluation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Enabling Efficient Updates in KV Storage via Hashing: Design and Performance Evaluation.pdf -------------------------------------------------------------------------------- /TOS/Kreon An Efficient Memory-Mapped Key-Value Store for Flash Storage/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Kreon An Efficient Memory-Mapped Key-Value Store for Flash Storage/.DS_Store -------------------------------------------------------------------------------- /TOS/Kreon An Efficient Memory-Mapped Key-Value Store for Flash Storage/3267809.3267824.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Kreon An Efficient Memory-Mapped Key-Value Store for Flash Storage/3267809.3267824.pdf -------------------------------------------------------------------------------- /TOS/Kreon An Efficient Memory-Mapped Key-Value Store for Flash Storage/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3267809.3267824#=&zoom=160 -------------------------------------------------------------------------------- /TOS/Leveraging NVMe SSDs for Building a Fast, Cost-effective, LSM-tree-based KV Store/3480963.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/Leveraging NVMe SSDs for Building a Fast, Cost-effective, LSM-tree-based KV Store/3480963.pdf -------------------------------------------------------------------------------- /TOS/Leveraging NVMe SSDs for Building a Fast, Cost-effective, LSM-tree-based KV Store/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3480963#=&zoom=160 -------------------------------------------------------------------------------- /TOS/NVLSM A Persistent Memory Key-Value Store Using Log-Structured Merge Tree with Accumulative Compaction/3453300.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/NVLSM A Persistent Memory Key-Value Store Using Log-Structured Merge Tree with Accumulative Compaction/3453300.pdf -------------------------------------------------------------------------------- /TOS/NVLSM A Persistent Memory Key-Value Store Using Log-Structured Merge Tree with Accumulative Compaction/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fdl.acm.org%2Fdoi%2Fpdf%2F10.1145%2F3453300#=&zoom=160 -------------------------------------------------------------------------------- /TOS/RocksDB: Evolution of Development Priorities in a Key-value Store Serving Large-scale Applications.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/RocksDB: Evolution of Development Priorities in a Key-value Store Serving Large-scale Applications.pdf -------------------------------------------------------------------------------- /TOS/SlimCache An Efficient Data Compression Scheme for Flash-based Key-value Caching/tos20-slimcache.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/SlimCache An Efficient Data Compression Scheme for Flash-based Key-value Caching/tos20-slimcache.pdf -------------------------------------------------------------------------------- /TOS/SlimCache An Efficient Data Compression Scheme for Flash-based Key-value Caching/url.txt: -------------------------------------------------------------------------------- 1 | chrome-extension://ikhdkkncnoglghljlkmcimlnlhkeamad/pdf-viewer/web/viewer.html?file=https%3A%2F%2Fcsyjia.github.io%2Fcsyjia%2Fpapers%2Ftos20-slimcache.pdf#=&zoom=160 -------------------------------------------------------------------------------- /TOS/WiscKey Separating Keys from Values in SSDConscious Storage.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TOS/WiscKey Separating Keys from Values in SSDConscious Storage.pdf -------------------------------------------------------------------------------- /TPDS/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/.DS_Store -------------------------------------------------------------------------------- /TPDS/A Novel Multi-Stage Forest-Based Key-Value Store for Holistic Performance Improvement/A_Novel_Multi-Stage_Forest-Based_Key-Value_Store_for_Holistic_Performance_Improvement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/A Novel Multi-Stage Forest-Based Key-Value Store for Holistic Performance Improvement/A_Novel_Multi-Stage_Forest-Based_Key-Value_Store_for_Holistic_Performance_Improvement.pdf -------------------------------------------------------------------------------- /TPDS/A Novel Multi-Stage Forest-Based Key-Value Store for Holistic Performance Improvement/url.txt: -------------------------------------------------------------------------------- 1 | https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8886435 -------------------------------------------------------------------------------- /TPDS/Building an Efficient Put-Intensive Key-Value Store with Skip-Tree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/Building an Efficient Put-Intensive Key-Value Store with Skip-Tree.pdf -------------------------------------------------------------------------------- /TPDS/Hotspot-Aware Hybrid Memory Management for In-Memory Key-Value Stores/Hotspot-Aware_Hybrid_Memory_Management_for_In-Memory_Key-Value_Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/Hotspot-Aware Hybrid Memory Management for In-Memory Key-Value Stores/Hotspot-Aware_Hybrid_Memory_Management_for_In-Memory_Key-Value_Stores.pdf -------------------------------------------------------------------------------- /TPDS/Hotspot-Aware Hybrid Memory Management for In-Memory Key-Value Stores/url.txt: -------------------------------------------------------------------------------- 1 | https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8859283 -------------------------------------------------------------------------------- /TPDS/LSM-Tree Managed Storage for Large-Scale Key-Value Store.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/LSM-Tree Managed Storage for Large-Scale Key-Value Store.pdf -------------------------------------------------------------------------------- /TPDS/TridentKV A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning/TridentKV_A_Read-Optimized_LSM-Tree_Based_KV_Store_via_Adaptive_Indexing_and_Space-Efficient_Partitioning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/TridentKV A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning/TridentKV_A_Read-Optimized_LSM-Tree_Based_KV_Store_via_Adaptive_Indexing_and_Space-Efficient_Partitioning.pdf -------------------------------------------------------------------------------- /TPDS/TridentKV A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning/url.txt: -------------------------------------------------------------------------------- 1 | https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9563237 -------------------------------------------------------------------------------- /TPDS/TridentKV: A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/TPDS/TridentKV: A Read-Optimized LSM-Tree Based KV Store via Adaptive Indexing and Space-Efficient Partitioning.pdf -------------------------------------------------------------------------------- /USENIX ATC/ACKey Adaptive Caching for LSMbased KeyValue Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/USENIX ATC/ACKey Adaptive Caching for LSMbased KeyValue Stores.pdf -------------------------------------------------------------------------------- /USENIX ATC/Differentiated KeyValue Storage Management for Balanced IO Performance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/USENIX ATC/Differentiated KeyValue Storage Management for Balanced IO Performance.pdf -------------------------------------------------------------------------------- /USENIX ATC/ElasticBF Elastic Bloom Filter with Hotness Awareness for Boosting Read Performance in Large KeyValue Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/USENIX ATC/ElasticBF Elastic Bloom Filter with Hotness Awareness for Boosting Read Performance in Large KeyValue Stores.pdf -------------------------------------------------------------------------------- /USENIX ATC/HashKV Enabling Efficient Updates in KV Storage via Hashing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/USENIX ATC/HashKV Enabling Efficient Updates in KV Storage via Hashing.pdf -------------------------------------------------------------------------------- /USENIX ATC/PinK Highspeed Instorage Keyvalue Store with Bounded Tails.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/USENIX ATC/PinK Highspeed Instorage Keyvalue Store with Bounded Tails.pdf -------------------------------------------------------------------------------- /USENIX ATC/TRIAD Creating Synergies Between Memory, Disk and Log in Log Structured KeyValue Stores.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/USENIX ATC/TRIAD Creating Synergies Between Memory, Disk and Log in Log Structured KeyValue Stores.pdf -------------------------------------------------------------------------------- /VLDB JOURNAL/Comparison and evaluation of state-of-the-art LSM merge policies.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/VLDB JOURNAL/Comparison and evaluation of state-of-the-art LSM merge policies.pdf -------------------------------------------------------------------------------- /VLDB JOURNAL/LSM-based storage techniques: a survey.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jk316/paper-on-LSM-Tree/9181a1d1f418acb8a74238a51977c32fbf872bff/VLDB JOURNAL/LSM-based storage techniques: a survey.pdf --------------------------------------------------------------------------------