CorpGlory / csv2influx

A CLI tool for importing CSV files into Influxdb
MIT License
16 stars 6 forks source link

Import to csv is very slow #45

Open evsluzh opened 6 years ago

evsluzh commented 6 years ago

2018-03-25 17 32 31

jonyrock commented 6 years ago

It would be nice to add at least progress field showing where are we

rozetko commented 6 years ago

We can do batch writes, I guess. Found few examples: https://github.com/vicanso/influxdb-nodejs/blob/master/examples/batch-by-interval.js https://github.com/vicanso/influxdb-nodejs/blob/master/examples/batch-by-count.js