DDC-1954: Specialized Batch Insert Mode for the Entity Manager #2463

Closed
opened 2026-01-22 13:54:07 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Jul 29, 2012).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user johannes:

While it is already possible to speed up batch inserts by using raw SQL, that has the disadvantage to maintain a separate set of code that needs to be kept in sync with your schema.

Therefore, it would be nice if the entity manager would provide a special batch insert mode where it can skip the change tracking related features, collection snapshots, etc. This might already be good enough for many people.

Originally created by @doctrinebot on GitHub (Jul 29, 2012). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user johannes: While it is already possible to speed up batch inserts by using raw SQL, that has the disadvantage to maintain a separate set of code that needs to be kept in sync with your schema. Therefore, it would be nice if the entity manager would provide a special batch insert mode where it can skip the change tracking related features, collection snapshots, etc. This might already be good enough for many people.
admin added the Bug label 2026-01-22 13:54:07 +01:00
admin closed this issue 2026-01-22 13:54:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2463