mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 11:58:02 +00:00
93be062d30
# 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
|
||
---|---|---|
.. | ||
failed_event_get_count.sql | ||
failed_event_set.sql | ||
failed_event.go | ||
field_handler.go | ||
handler.go | ||
init.go | ||
log.go | ||
mock_test.go | ||
reduce.go | ||
state_get_await.sql | ||
state_get.sql | ||
state_lock.sql | ||
state_set.sql | ||
state_test.go | ||
state.go | ||
statement_test.go | ||
statement.go |