Hi,
does anyone now why there is a difference between queries when log into zabbix by admin and normal user.
When I log as a normal user I see one big select. So only one connection to database is made and one proces of postgres is bind to one CPU.
When I log as a admin I see several sql select. So few connection are made to database and lots of postgres process use all of my CPU resource.
I'd like to normal user search's database with all resource that is on my hardware.
Now query with admin takes 3s, query with normal user takes about 40s.
Best regards.
does anyone now why there is a difference between queries when log into zabbix by admin and normal user.
When I log as a normal user I see one big select. So only one connection to database is made and one proces of postgres is bind to one CPU.
When I log as a admin I see several sql select. So few connection are made to database and lots of postgres process use all of my CPU resource.
I'd like to normal user search's database with all resource that is on my hardware.
Now query with admin takes 3s, query with normal user takes about 40s.
Best regards.
Comment