Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Oct 16, 2024
1 parent b8a6533 commit 4c7b571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Icelandic, Old Norse: Numbers
A simple, embeddable time series database.

It uses <https://github.com/fjall-rs/fjall> as its underlying storage engine,
being able to ingest ~700k data points per seconds.
being able to ingest ~700k data points per second.

The LSM-based storage engine causes no degradation in write ingestion speed, even for large datasets,
has low write amplification (good for SSDs) and compresses the on-disk data (again, good for SSDs).
Expand Down Expand Up @@ -64,4 +64,4 @@ let buckets = db
.run()?;

println!("{buckets:#?}");
```
```

0 comments on commit 4c7b571

Please sign in to comment.