Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
@simisimis

Description

@simisimis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions