I was trying migrate my DB from MySQL to PostgreSQL, while doing that I got heap exhausted error & after reading some of earlier reported issues, I got a recommendation which says that we could the pgloader from source with CCL to provider better garbage collection support.
[ ] did you test a fresh compile from the source tree?
I was trying migrate my DB from MySQL to PostgreSQL, while doing that I got heap exhausted error & after reading some of earlier reported issues, I got a recommendation which says that we could the
pgloader
from source withCCL
to provider better garbage collection support.[ ] did you test a fresh compile from the source tree?
[ ] how can I reproduce the bug?
pgloader
from source.