Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arrow inserts #28

Merged
merged 2 commits into from
Jun 15, 2023
Merged

Fix arrow inserts #28

merged 2 commits into from
Jun 15, 2023

Commits on Jun 13, 2023

  1. Add insert benchmarking methods

    Benchmarking methods added for:
    
    * stream inserts using tuples of time, value data
    * stream inserts using pyarrow tables of timestamps, value columns
    
    * streamset inserts using a dict map of streamset stream uuids, and lists of tuples of time, value data
    * streamset inserts using a dict map of streamset stream uuids, and pyarrow tables of timestamps, values.
    justinGilmer committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    101e26f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Include nullable false in pyarrow schema inserts

    * This was the only difference in the schemas between go and python.
    * also using a bytesIO stream to act as the sink for the ipc bytes.
    justinGilmer committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    06d26a4 View commit details
    Browse the repository at this point in the history