influxdb/importer/v8
Jonathan A. Sternberg c58ca8d0ea Fix imports of multiple databases in a single import file from `influx -import`
If multiple databases were specified, then the earlier writes would be
written to the later database and/or retention policy because points
were only written out after the batch size was reached. This forces the
batcher to flush whenever the database context switches.
2018-02-09 10:33:53 -06:00
..
importer.go Fix imports of multiple databases in a single import file from `influx -import` 2018-02-09 10:33:53 -06:00