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 Dec 1, 2024
1 parent 14c8943 commit b80e89e
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 @@ -30,8 +30,8 @@ Each data point has

- a nanosecond timestamp, which is also its primary key (big-endian stored negated, because we want to scan from newest to oldest, and forwards scans are faster)
- the actual value (float)
- a tagset (list of key-value pairs, e.g. "service=db; env=prod")
- a metric name (e.g. "cpu.total")
- a tagset (list of key-value pairs, e.g. `service=db; env=prod`)
- a metric name (e.g. `cpu.total`)

A `Database` is contained in a single Fjall `Keyspace` and consists of a couple of partitions (prefixed by `_talna#`). This way it can be integrated in an existing application using Fjall.

Expand Down

0 comments on commit b80e89e

Please sign in to comment.