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
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.