Commit 038c142
authored
Fix arrow inserts (#28)
* 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.
* 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.1 parent 0a88f69 commit 038c142
1 file changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
512 | 514 | | |
513 | 515 | | |
514 | 516 | | |
515 | | - | |
516 | | - | |
| 517 | + | |
| 518 | + | |
517 | 519 | | |
518 | 520 | | |
519 | 521 | | |
| |||
1930 | 1932 | | |
1931 | 1933 | | |
1932 | 1934 | | |
1933 | | - | |
| 1935 | + | |
| 1936 | + | |
1934 | 1937 | | |
1935 | | - | |
1936 | | - | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
1937 | 1941 | | |
1938 | 1942 | | |
1939 | 1943 | | |
| |||
0 commit comments