Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-jason authored Dec 15, 2023
1 parent 9392a27 commit 4a0edad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# LeanStore

<div align='center'>
<img align="center" height='500' src="./docs/images/Architecture.jpg" />
</div>

[LeanStore](https://db.in.tum.de/~leis/papers/leanstore.pdf) 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.

<div align='center'>
<img align="center" height='500' src="./docs/images/Architecture.jpg" />
</div>

## Getting started

> NOTE: Ubuntu 22.04 or newer and GCC 12 is required.
Expand Down

0 comments on commit 4a0edad

Please sign in to comment.