10000 GitHub - leanstore/leanstore at blob
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

leanstore/leanstore

 
 

Repository files navigation

LeanStore

LeanStore is a high-performance OLTP storage engine optimized for many-core CPUs and NVMe SSDs. Our goal is to achieve performance comparable to in-memory systems when the data set fits into RAM, while being able to fully exploit the bandwidth of fast NVMe SSDs for large data sets. While LeanStore is currently a research prototype, we hope to make it usable in production in the future.

Implemented Featuers

  • Virtual-memory assisted buffer manager with explicit OS pagetable management [SIDMOG'23]
  • Optimstic Lock Coupling with Hybrid Page Guard to synchronize paged data structures [IEEE'19]
  • Variable-length key/values B-Tree with prefix compression and hints [BTW'23]
  • Distributed Logging with remote flush avoidance [SIGMOD'20]
  • Variable-sized objects, File system interface, and virtual-memory aliasing [ICDE'24]
  • Recovery [SIGMOD'20]

Dependencies

Core

sudo apt-get install cmake libtbb-dev libfmt-dev libgflags-dev libgtest-dev libgmock-dev libgcrypt-dev liburing-dev libzstd-dev libbenchmark-dev libssl-dev

exmap: stored in share_libs/exmap

  • Run sudo ./load.sh

Third-party databases

Databases: sudo apt-get install libwiredtiger-dev libsqlite3-dev libmysqlcppconn-dev libpq-dev libfuse-dev

Usage

Compiling

mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && make -j

Testing

cd build && make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0