zitadel/internal/eventstore/handler
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
..
crdb refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
v2 refactor(database): exchange connection pool (#8325) 2024-07-22 13:28:57 +02:00
init.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
statement.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00