Mathias Griffe
Mathias Griffe
I have noticed a similar memory leak situation on my side, without using parquet, but using the Appender API through the marcboeker/go-duckdb client. Also noticeable that we use file-based databases...
What has worked for me is to add these steps to our CI pipeline, using [modvendor](github.com/goware/modvendor) to vendor the non-go items. ``` # Install and run github.com/goware/modvendor to vendor C...
cc @shadcn I believe that's super quick to review