zitadel/internal/eventstore/handler/v2
Silvan 93be062d30
refactor(database): exchange connection pool (#8325)
# Which Problems Are Solved

The connection pool of go uses a high amount of database connections.

# How the Problems Are Solved

The standard lib connection pool was replaced by `pgxpool.Pool`

# Additional Changes

The `db.BeginTx`-spans are removed because they cause to much noise in
the traces.

# Additional Context

- part of https://github.com/zitadel/zitadel/issues/7639

(cherry picked from commit 99c645cc60)
2024-07-22 13:28:57 +02:00
..
failed_event_get_count.sql feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
failed_event_set.sql feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
failed_event.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
field_handler.go refactor(database): exchange connection pool (#8325) 2024-07-22 13:28:57 +02:00
handler.go refactor(database): exchange connection pool (#8325) 2024-07-22 13:28:57 +02:00
init.go chore: use pgx v5 (#7577) 2024-03-27 15:48:22 +02:00
log.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
mock_test.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
reduce.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
state_get_await.sql fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
state_get.sql fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
state_lock.sql feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
state_set.sql fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
state_test.go chore: use pgx v5 (#7577) 2024-03-27 15:48:22 +02:00
state.go fix: handle context correctly in processEvents (#7320) 2024-01-31 11:25:28 +01:00
statement_test.go feat: option to disallow public org registration (#6917) 2023-11-22 09:29:38 +00:00
statement.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00