Skip to content
Snippets Groups Projects

Fix empty RewirerMappings.Hydrate being slow

Merged Administrator requested to merge es/fix-slow-search into main

Created by: eseliger

:warning:️ Caution! This PR increases performance for searches by up to a bazillion percent, please fasten your seatbelt while reviewing. Thank you for travelling with campaigns.

When there were either no changesets or no changeset specs, the store would return all changesets from the DB, just to forget about them right after. This was really slow for a DB with 15000 changesets, and caused search queries with no results to take roughly 30s. Now we're down to 2-3s.

Merge request reports

Merged by avatar (Jul 8, 2025 5:44am UTC)

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