mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-26 21:22:33 -08:00
1e0d740f2a
The LevelDB index retrievals could be repeated in a given operation batch if multiple queued mutations affect the same (Label Name) singles and (Label Name, Label Value) doubles. This is wasteful and inefficient, as a single retrieval suffices. Thusly this commit retrieves the canonical index mappings if the said mapping has not been looked up in a given batch. |
||
---|---|---|
.. | ||
end_to_end_test.go | ||
frontier.go | ||
instrumentation.go | ||
interface.go | ||
interface_test.go | ||
iterator.go | ||
leveldb.go | ||
memory.go | ||
operation.go | ||
operation_test.go | ||
regressions_test.go | ||
rule_integration_test.go | ||
scanjob.go | ||
stochastic_test.go | ||
test_helper.go | ||
tiered.go | ||
tiered_test.go | ||
view.go | ||
view_test.go |