This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
SeriesHelper inserting only last point from the set #264
Closed
Description
I am using influxdb 0.9.4.2
and this example to submit multiple points to database
http://influxdb-python.readthedocs.org/en/latest/examples.html#tutorials-serieshelper
I am trying to post 35 points per query.
I don't know if it's just me, but whenever I run my script it adds to db only last point.
If I set bulk_size=1 and in python script insert time.sleep(1) after every MySeriesHelper() call
then I am able to post most of the points(32-35).
Metadata
Metadata
Assignees
Labels
No labels