Enormous DB pressure
Hello there!
My self-hosted Zitadel instance performs many SELECTs from the event store, resulting in the database reading thousands of rows per second.
About 2 QPS, fetching about 8K rows per second. This notably decreased the performance of the DB and Zitadel, especially
CreateSession requests.
Has anyone else experienced this?
Zitadel 3.4.2
AWS Postgres 17, m6g.xlarge, 4vCPU, 16GB RAM.1 Reply
Guys, this request returns about 140K records in some cases!
I have about 41 M records in the
events2 table. This table isn't sharded or partitioned. Was it a conscious architectural decision?