mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
.. | ||
db.go | ||
freelist.go | ||
freelist_test.go | ||
page.go | ||
page_test.go | ||
pages_amd64.go | ||
pages_linux.go | ||
pages_unix.go | ||
pagessync_unix.go | ||
README.md | ||
tx.go |
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.