DOOR Importer memory warnings on Staging
Based on the logs and warning, I suspect this is due to the insert_all
of Allocations. Splitting this operation into 2 queries can probably address this while retaining the benefits of insert_all
.
Based on the logs and warning, I suspect this is due to the insert_all
of Allocations. Splitting this operation into 2 queries can probably address this while retaining the benefits of insert_all
.