I'm using version 11.39.11 (Oct2020 SP2) of MonetDB database as part of a BI software. MonetDB feeds the fact table with a large flat file of 40 columns and 225 millions of rows. Everything works like a charm. 16Gb of RAM is enough to load that amount of data, and the amount of memory used by COPY INTO is really small.
I switched MonetDB to release 11.41.5 (Jul2021), and everything works OK, but when I have to feed the fact table with such a big flat file, MonetDB just eats all memory!
What happened to the COPY INTO
statement from release 11.39.11 to 11.41.5?