mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-14 07:17:52 -08:00
6 lines
180 B
Markdown
6 lines
180 B
Markdown
|
# pages
|
||
|
|
||
|
Pages stores pages of blob data. It is essentially a minimal version of
|
||
|
BoltDB, where the the B+ tree was removed and replaced by simply writing
|
||
|
page-aligned byte slices.
|