mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-09 11:12:01 +00:00
fix: undo scan for current sequence in get by id (#1956)
* index on events for changes * check for current sequence before filter events * fix(migration): enable hash shared indexes feature * fix(database): drop changes idx as it slows unwanted queries * fix: remove check for current sequence after objects loaded as not all events are processed
This commit is contained in:
3
migrations/cockroach/V1.51__drop_changes_idx.sql
Normal file
3
migrations/cockroach/V1.51__drop_changes_idx.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
use eventstore;
|
||||
|
||||
drop index events@changes_idx;
|
Reference in New Issue
Block a user