Skip to content

Improved: Add delegator method to create in mass many entity (OFBIZ-)

Leila Mekika requested to merge 175-DelegatorCreateAll into trunk

When you works with huge data (like synchronize system service), the delegator appears to slow with unitary creation. If we do not need to analyze each entity, we have implemented a new function to load a list of entities only with one transaction through the standard sql method INSERT TO ... VALUES ... .

Because we need to go fast, this method doesn't implement the eeca system so you need to use it carefully.

Closes #175 (closed)

Edited by Leila Mekika

Merge request reports

Loading