zitadel/internal/user/repository/eventsourcing/model
Silvan b5564572bc
feat(eventstore): increase parallel write capabilities (#5940)
This implementation increases parallel write capabilities of the eventstore.
Please have a look at the technical advisories: [05](https://zitadel.com/docs/support/advisory/a10005) and  [06](https://zitadel.com/docs/support/advisory/a10006).
The implementation of eventstore.push is rewritten and stored events are migrated to a new table `eventstore.events2`.
If you are using cockroach: make sure that the database user of ZITADEL has `VIEWACTIVITY` grant. This is used to query events.
2023-10-19 12:19:10 +02:00
..
address_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
address.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
auth_request.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
email_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
email.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
external_idp_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
external_idp.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
otp_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
otp.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
password_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
phone_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
phone.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
profile_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
profile.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
token.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user_human.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user_machine.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
user.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
web_auth_n_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
web_auth_n.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00