Open ila opened 10 months ago
I also had a memory leak issue. I'm providing a situation where this tool is not used for just ad-hoc data analysis: Our use-case is to export a single-tenant DuckDB from a multi-tenant Postgres so our user can do in-browser bi. So we use it in a production web server in-process in Node, and the memory leaks stack up. So we got around the memory leaks by using node fork
, which is no big deal, just wanted to provide a use-case where memory leaks are not completely ignorable.
What happens?
Hi, not sure if this is interesting for you but I get this by executing the following series of steps on DuckDB 0.9.2 (official version, no changes made by me, postgres scanner 0.9.2 downloaded from your sources) compiled in debug, Ubuntu 23.10:
Feel free to close this if you think this situation is unique or have already fixed it in newer versions (which I can't really try since I can't find a newer packaged version of the scanner).
To Reproduce
OS:
Ubuntu 23.04
DuckDB Version:
0.9.2
DuckDB Client:
shell
Full Name:
Ilaria Battiston
Affiliation:
CWI
Have you tried this on the latest
main
branch?I have tested with a release build (and could not test with a main build)
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?