mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
9790aa98ac
This adds a position mapper that takes series from a head block in the order they were appended and creates a mapping representing them in order of their label sets. Write-repair of the postings list would cause very expensive writing. Hence, we keep them as they are and only apply the postition mapping at the very end, after a postings list has been sufficienctly reduced through intersections etc. |
||
---|---|---|
chunks | ||
cmd/tsdb | ||
labels | ||
test | ||
block.go | ||
compact.go | ||
db.go | ||
db_amd64.go | ||
db_test.go | ||
db_unix.go | ||
head.go | ||
head_test.go | ||
postings.go | ||
postings_test.go | ||
querier.go | ||
querier_test.go | ||
reader.go | ||
wal.go | ||
wal_test.go | ||
writer.go |