Hector Veiga
Hector Veiga
@boyfox can you paste how you have your jsonFormat implicits?
Any plans to merge this or #744 ? We found our stream consumers to work better with 2.5.3.
Yes, I can see the same behavior by running the following query multiple times: ``` COPY (SELECT col1, timestamp, col10, col12 FROM my_table ORDER BY col1 ASC, timestamp ASC) TO...
@devinjdangelo do you have any suggestions on how to investigate this issue further? I am happy to take the lead on it. I was chatting with @alamb yesterday and he...
> BTW something we have seen in InfluxDB, especially for very compressible data, was that the arrow writer was consuming substantial memory. > > Something that might be worth testing...
I finally have some time to continue investigating this issue. I have not been able to make heaptrack work (yet!) but I did try using [dhat](https://docs.rs/dhat/latest/dhat/) and I got an...
Thanks for all the feedback, we are actively testing this and can report our findings later today. Regarding `data_page_row_limit=20k` what is the right key to pass in the `COPY` command?...
I believe the right one is `data_page_row_count_limit` instead of `data_page_row_limit`. So many similar configs :)
Hi @landonxjames is there plans to provide a better user experience for these `delete_objects` calls? Maybe enabling the previous behavior through a flag in the config? Thanks.