zitadel/internal/feature
Tim Möhlmann 7967e6f98b
perf(import): optimize search for domains claimed by other organizations (#8200)
# Which Problems Are Solved

Improve the performance of human imports by optimizing the query that
finds domains claimed by other organizations.

# How the Problems Are Solved

Use the fields search table introduced in
https://github.com/zitadel/zitadel/pull/8191 by storing each
organization domain as Object ID and the verified status as field value.

# Additional Changes

- Feature flag for this optimization

# Additional Context

- Performance improvements for import are evaluated and acted upon
internally at the moment

---------

Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
2024-07-05 09:36:00 +02:00
..
feature_test.go feat(api): feature flags (#7356) 2024-02-28 10:55:54 +02:00
feature.go perf(import): optimize search for domains claimed by other organizations (#8200) 2024-07-05 09:36:00 +02:00
key_enumer.go refactor(query): use new packages for org by id query (#7826) 2024-05-24 13:32:57 +02:00
level_enumer.go feat(api): feature flags (#7356) 2024-02-28 10:55:54 +02:00