prometheus/storage
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
..
metric Conditionalize LevelDB index retrievals. 2013-03-21 18:08:46 +01:00
raw Cleanups and adds performance regression. 2013-03-21 18:06:51 +01:00
interface.go Address outstanding comments from PR/47 and other cleanups. 2013-02-07 11:38:01 +01:00