Silvan 23bebc7e30
fix(fields): add index to improve search by aggregate (#8267)
# Which Problems Are Solved

During performance testing of the `eventstore.fields` table we found
some long running queries which searched for the aggregate id.

# How the Problems Are Solved

A new index was added to the `eventstore.fields`-table called
`f_aggregate_object_type_idx`.

# Additional Changes

None

# Additional Context

- Table was added in https://github.com/zitadel/zitadel/pull/8191
- Part of https://github.com/zitadel/zitadel/issues/7639
2024-07-08 15:54:19 +00:00
..
2024-05-30 09:35:30 +00:00
2024-01-04 16:12:20 +00:00
2024-06-10 11:46:28 +02:00
2024-02-28 10:55:54 +02:00
2024-05-30 09:35:30 +00:00