Does Doctrine support splitting a large table into multiple sub-tables? #6695

Closed
opened 2026-01-22 15:37:08 +01:00 by admin · 1 comment
Owner

Originally created by @lanrenbulan on GitHub (Apr 15, 2021).

For example, an order has 20 million records, split it into 4 sub-tables, each sub-table has 5 million.

Originally created by @lanrenbulan on GitHub (Apr 15, 2021). For example, an order has 20 million records, split it into 4 sub-tables, each sub-table has 5 million.
admin closed this issue 2026-01-22 15:37:08 +01:00
Author
Owner

@beberlei commented on GitHub (Apr 15, 2021):

Please use table partitioning on the database side, Doctrine works with that transparently.

@beberlei commented on GitHub (Apr 15, 2021): Please use table partitioning on the database side, Doctrine works with that transparently.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6695