I have configured znuny-6.5.22 in docker. Would you pl help to me which database give more performance and easly manageable of postgresql and Mariadb? If you have any document, pl share it
Regards
GopalaKrishna
Which database is give good performance for znuny-6.5.22
Moderator: crythias
-
gopalakrishna
- Znuny newbie
- Posts: 23
- Joined: 27 Jun 2026, 12:09
- Znuny Version: 6.5.22
- Real Name: Gopalakrishna
-
tobibueck
- Znuny newbie
- Posts: 2
- Joined: 29 Jul 2026, 09:14
- Znuny Version: 7.0.1
- Real Name: Tobias Bück
- Company: Open Ticket AI
Re: Which database is give good performance for znuny-6.5.22
Hi,
I'd stick with MariaDB (MySQL) for Znuny. It is the common path in Docker and most community setups, and for performance that is usually the safer default.
What actually matters more than MariaDB vs Postgres:
- InnoDB as the engine
- correct indexes (especially on the busy ticket/article tables)
- enough RAM so the DB is not constantly hitting disk
At normal ticket volume, the DB choice itself is rarely the bottleneck. MariaDB + InnoDB + proper indexes + a lot of RAM is the boring setup that works well.
Postgres is fine if you already run it happily, but if you are choosing now for Znuny 6.5.22 in Docker, go MariaDB.
I'd stick with MariaDB (MySQL) for Znuny. It is the common path in Docker and most community setups, and for performance that is usually the safer default.
What actually matters more than MariaDB vs Postgres:
- InnoDB as the engine
- correct indexes (especially on the busy ticket/article tables)
- enough RAM so the DB is not constantly hitting disk
At normal ticket volume, the DB choice itself is rarely the bottleneck. MariaDB + InnoDB + proper indexes + a lot of RAM is the boring setup that works well.
Postgres is fine if you already run it happily, but if you are choosing now for Znuny 6.5.22 in Docker, go MariaDB.