prometheus/storage/metric
Matt T. Proud 1e0d740f2a Conditionalize LevelDB index retrievals.
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.
2013-03-21 18:08:46 +01:00
..
end_to_end_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
frontier.go Checkpoint. 2013-03-21 18:06:51 +01:00
instrumentation.go checkpoint. 2013-03-21 18:08:46 +01:00
interface.go checkpoint. 2013-03-21 18:08:46 +01:00
interface_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
iterator.go Checkpoint. 2013-03-21 18:06:51 +01:00
leveldb.go Conditionalize LevelDB index retrievals. 2013-03-21 18:08:46 +01:00
memory.go checkpoint. 2013-03-21 18:08:46 +01:00
operation.go Cleanups and adds performance regression. 2013-03-21 18:06:51 +01:00
operation_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
regressions_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
rule_integration_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
scanjob.go Checkpoint. 2013-03-21 18:06:51 +01:00
stochastic_test.go Checkpoint. 2013-03-21 18:06:51 +01:00
test_helper.go Checkpoint. 2013-03-21 18:06:51 +01:00
tiered.go Checkpoint. 2013-03-21 18:08:46 +01:00
tiered_test.go Checkpoint. 2013-03-21 18:08:46 +01:00
view.go Checkpoint. 2013-03-21 18:08:46 +01:00
view_test.go Checkpoint. 2013-03-21 18:06:51 +01:00