zitadel/internal/integration/config
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
..
cockroach.yaml add github action for integration tests 2023-04-25 18:11:04 +03:00
docker-compose.yaml feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
postgres.yaml refactor(database): exchange connection pool (#8325) 2024-07-22 13:28:57 +02:00
system-user-key.pem feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
zitadel.yaml test(e2e): fix events flakiness (#7829) 2024-04-23 13:31:04 +02:00