Skip to content
Snippets Groups Projects

Performance increase for cardinality unlimited fields

Performance increase for cardinality unlimited fields

In our case we had an entity type with around 50k entities. It had 3 CARDINALITY_UNLIMITED fields which linked to a user.

If you now tried to get the dependent entities of 1 user it would try to join all these 3 tables which would take around 11 min on a testserver. With this new fix it takes 100ms with the same funcionality.

Closes #3246610

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading