Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Jul 8, 2024
1 parent 8aedbf9 commit 6ef3a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ service:
```
- **Familiar API**: query metrics with prometheus api, logs with loki api and traces with tempo api
- **Crazy fast**: We use compressed roaring bitmaps for extremely fast queries.
- **Crazy fast**: We use compressed roaring bitmaps for extremely fast queries.[We use the same technology as Pilosa](https://www.featurebase.com/blog/range-encoded-bitmaps)
- **Realtime**: If the sample is accepted it is ready to be queried right away.
- **Unlimited cardinality**: We index attributes efficiently
- **Efficient**: numeric data is stored in 2d compressed roaring bitmaps. Blobs are stored
Expand Down

0 comments on commit 6ef3a9f

Please sign in to comment.