Skip to content

Commit

Permalink
update rm
Browse files Browse the repository at this point in the history
  • Loading branch information
kkli08 committed Oct 5, 2024
1 parent 7f9d234 commit 0861e1a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,24 @@ db->Close();
### Benchmark

#### `VeloxDB::Put` throughput with different `Memtable` size
```text
B Tree Degree = 3
page size = 4 kb
```
![](./Benchmark/put_throughput/put_throughput.png)

#### `VeloxDB::Get` latency with different `Memtable` size
```text
B Tree Degree = 3
page size = 4 kb
```
![](./Benchmark/get_latency/get_latency.png)

#### `VeloxDB::Scan` throughput with different `Memtable` size
```text
B Tree Degree = 3
page size = 4 kb
```
![](./Benchmark/scan_throughput/scan_throughput.png)


Expand Down Expand Up @@ -306,6 +318,6 @@ The KV-Store system has been tested across multiple platforms and compilers. Bel

### Legacy Repo

[KvDB](https://github.com/kkli08/KvDB)
_[KvDB](https://github.com/kkli08/KvDB)_

[KV-Store](https://github.com/kkli08/KV-Store)
_[KV-Store](https://github.com/kkli08/KV-Store)_

0 comments on commit 0861e1a

Please sign in to comment.