influxdb/tsdb/engine
Jason Wilder 5764a730d5 Prevent tombstoning series keys more than once
If there were multiple TSM files and a delete/drop was run,
we would write the delete series to the tombstone file N
times for each file.  This occurred because FileStore.WalkKeys walks
every key in every TSM file which can return duplicate keys.

This issue caused TSM files to be much larger than they should be
and also cause large memory usage during the delete.
2016-07-28 20:25:36 -06:00
..
tsm1 Prevent tombstoning series keys more than once 2016-07-28 20:25:36 -06:00
engine.go Lint tsdb and tsdb/engine package 2016-02-10 21:33:46 +01:00