influxdb/cmd
Jonathan A. Sternberg 5e7e0bd19b Filter out sources that do not match the shard database/retention policy
If you use a statement like this:

    SELECT value FROM one..cpu, two..cpu

It will access both the `one` and `two` databases as if you had selected
the `cpu` measurement twice for both of them. Updated the `tsdb.Shard`
create iterator function to filter out any sources that do not apply to
that shard so this duplication doesn't happen.

Fixes #6701.
2016-05-23 17:05:33 -04:00
..
influx Set default consistency to all 2016-05-19 18:54:07 +01:00
influx_inspect Display value according to type. 2016-05-02 22:08:15 -07:00
influx_stress Address PR comments 2016-04-25 11:19:02 -07:00
influx_tsm Update to conversion tool to work in current versions 2016-03-30 13:26:46 -04:00
influxd Filter out sources that do not match the shard database/retention policy 2016-05-23 17:05:33 -04:00