mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-11 04:53:39 +00:00
829f4543da
# Which Problems Are Solved On Zitadel cloud we found changing the order of columns in the `eventstore.events2_current_sequence` index improved CPU usage for the `SELECT ... FOR UPDATE` query the pusher executes. # How the Problems Are Solved `eventstore.events2_current_sequence`-index got replaced # Additional Context closes https://github.com/zitadel/zitadel/issues/9082
1 line
57 B
SQL
1 line
57 B
SQL
DROP INDEX IF EXISTS eventstore.events2_current_sequence; |