From 4a0edad95d2562243444c6e5e78e0769e850d8a0 Mon Sep 17 00:00:00 2001 From: Jian Zhang Date: Fri, 15 Dec 2023 17:39:44 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6616d5bb..4066a288 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # LeanStore -
- -
- [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 @@ -11,6 +7,10 @@ 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. +
+ +
+ ## Getting started > NOTE: Ubuntu 22.04 or newer and GCC 12 is required.