Silvan c2521ebe0c
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 99c645cc60628db9abf1c92688b6010a4066f5a6)
2024-07-22 15:01:25 +02:00
..
2024-06-20 19:51:42 +00:00
2023-01-25 13:08:01 +00:00
2024-01-08 10:25:21 +00:00
2024-04-11 09:16:10 +02:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down