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
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
I'm importing point cloud data. Since some processing steps are pretty CPU-intensive, I'm parallelizing the processing. At the end of the preprocessing, the data is loaded into MonetDB from a Pandas data frame.
As long as the Python process is active, the size of the database on disk increases with each insert. But as soon as the process/worker terminates, disk sizes shrinks back to 1.5MB.