We are evaluating the storing waveforms that contain about 1M samples into the community edition of InfluxDB. It’s taking about 27+ seconds to store this data. Is this sort of performance expected or should we assume that it could be improved significantly? The data is going into a single, initially empty, series in 20K batches and we’re using the Java API.
Thanks!!