influxdb/internal
Edd Robinson 59afd8cc90 Return to original DELETE/DROP SERIES semantics
Since possibly v0.9 DELETE SERIES has had the unwanted side effect of
removing series from the index when the last traces of series data are
removed from TSM. This occurred because the inmem index was rebuilt on
startup, and if there was no TSM data for a series then there could be
not series to add to the index.

This commit returns to the original (documented) DROP/DETETE SERIES
behaviour. As such, when issuing DROP SERIES all instances of matching
series will be removed from both the TSM engine and the index. When
issuing DELETE SERIES only TSM data will be removed.

It is up to the operator to remove series from the index.

NB, this commit does not address how to remove series data from the
series file when a shard rolls over.
2017-12-15 00:02:06 +00:00
..
authorizer.go Implement FGA on SHOW SERIES 2017-11-17 11:06:43 +00:00
meta_client.go Merge pull request #8015 from influxdata/js-code-coverage 2017-11-29 19:30:47 -06:00
tsdb_store.go Return to original DELETE/DROP SERIES semantics 2017-12-15 00:02:06 +00:00