A survey of LSM-Tree based Indexes, Data Systems and KV-stores

February 16, 2024 ยท The Cartographer ยท ๐Ÿ› 2024 IEEE International Students' Conference on Electrical, Electronics and Computer Science (SCEECS)

๐Ÿ“š THE CARTOGRAPHER: The Cartographer
Survey/review paper โ€” maps the landscape rather than implementing a method.

"No code URL or promise found in abstract"
"Title-pattern auto-detect: A survey of LSM-Tree based Indexes, Data Systems and KV-stores"

Evidence collected by the PWNC Scanner

Authors Supriya Mishra arXiv ID 2402.10460 Category cs.DB: Databases Citations 4 Venue 2024 IEEE International Students' Conference on Electrical, Electronics and Computer Science (SCEECS) Last Checked 4 days ago
Abstract
Modern databases typically makes use of the Log Structured Merge-Tree for organizing data in indexes, which is a kind of disk-based data structure. It was proposed to efficiently handle frequent update queries (also called update intensive workloads) databases. In recent years, LSM-Tree has gained popularity and has been adopted by a number of NoSql databases, and key-value stores. Since LSM-Tree was first proposed, researchers and the database community started efforts to improve different components of LSM-Tree. In recent years, Non-volatile Memory, also called Persistent Memory, has also gained significant popularity. This is a class of memory that is non-volatile and byte-addressable at the same time, and hence also termed Storage Class Memory. Apart from that, storage class memory exhibits the combination of the best characteristics of both memory and storage. An overview of the current state of the art in LSM-Tree-based indexes, data systems, and Key-Value stores is provided in this paper.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

๐Ÿ“œ Similar Papers

In the same crypt โ€” Databases