You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to create a table in the duckdb from the mysql table which was around 15 GB, the duckdb process is taking entire system memory (around 30 GB) and the system has 32GB RAM.
What happens?
When I try to create a table in the duckdb from the mysql table which was around 15 GB, the duckdb process is taking entire system memory (around 30 GB) and the system has 32GB RAM.
To Reproduce
I attached mysql using mysql_scanner
SET memory_limit = '4GB';
SET max_memory = '4GB';
SET mysql_tinyint1_as_boolean=false;
SET old_implicit_casting = true;
the above table was around 15GB.
OS:
Ubuntu
MySQL Version:
8.0.36
DuckDB Version:
0.10.0
DuckDB Client:
jdbc
Full Name:
Adithya
Affiliation:
OvalEdge
Have you tried this on the latest
main
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: