Bryant Moscon

Results 121 comments of Bryant Moscon

I'll try and generate some test code that reproduces the issue

```python import random import time import uuid import sys from arctic import Arctic import pandas as pd def gen_data_no_str(start: str, stop: str): interval = pd.interval_range(start=pd.Timestamp(start), end=pd.Timestamp(stop), freq='6H') for i in...

For datafarmes with no strings, its taking about 3 to 3.2 seconds per append by the time it gets to 17m rows. (From a start of about 0.2 seconds). For...

also, not sure what happened here, but major spike in append times! note: `total size` is total number of rows in the `symbol` ``` Wrote dataframe of len 137756. Took...

@dimosped i know we discussed this a while back - any chance we can try and narrow this down and fix it?

arctic is for time series data, this doesnt seem to be time series data

i dont know, export the columns to dictionaries and store them that way?

I thought in the past someone tried a massive reformatting of everything similar to this (maybe it was using black, maybe not, was years ago) and we opted to not...