feat: Improve contact merge to use database query instead of loading potentially many many items#370
feat: Improve contact merge to use database query instead of loading potentially many many items#370driskell wants to merge 1 commit intoacquia:5.xfrom
Conversation
…potentially many many items
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please remove the |
Description:
Currently the contact item merge loads a huge amount of objects in some cases to migrate them to the new parent. It's better and faster to process as a query, similar to how all other merge operations are handled. It can process large amounts of items extremely quickly.
Steps to test this PR: