zitadel/internal/migration
Livio Spring c5b6323ca6
fix(setup): improve search query to use index (#8898)
# Which Problems Are Solved

The setup filter for previous steps and kept getting slower. This is due
to the filter, which did not provide any instanceID and thus resulting
in a full table scan.

# How the Problems Are Solved

- Added an empty instanceID filter (since it's on system level)

# Additional Changes

None

# Additional Context

Noticed internally and during migrations on some regions

(cherry picked from commit ecbf0db15b)
2024-11-15 09:33:20 +01:00
..
command.go fix(setup): init projections (#7194) 2024-01-26 07:41:11 +01:00
migration.go fix(setup): init projections (#7194) 2024-01-26 07:41:11 +01:00
step_test.go fix(cleanup): cleanup all stuck states (#7145) 2024-01-05 09:01:48 +00:00
step.go fix(setup): improve search query to use index (#8898) 2024-11-15 09:33:20 +01:00