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 Dec 31, 2025. It is now read-only.
At the moment there is no possibility to bulk insert data into the database. E.g. when creating a large amount of Entities the only way is to call the Entity->save() method every time which leads to multiple INSERT INTO statements and a performance impact.