Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

0029292: High database load caused by a LiveVoting select query #40

Open
fluxdw opened this issue Jan 31, 2023 · 0 comments
Open

0029292: High database load caused by a LiveVoting select query #40

fluxdw opened this issue Jan 31, 2023 · 0 comments
Assignees

Comments

@fluxdw
Copy link
Contributor

fluxdw commented Jan 31, 2023

@kzimmermannfhms (aus Mantis verschoben)

Since about 1 hour, we are observing a unusually high server load on the Mariadb machine. The general response times of ILIAS is satisfactory, but a bit slower than usual. Not many users are logged in.

An investigation with Jet Profiler indicates that the server is busy with a lot of these queries (see attached screenshot):
SELECT rep_robj_xlvo_config_n.* FROM rep_robj_xlvo_config_n WHERE rep_robj_xlvo_config_n.pin = 'ILVM'

Is it possible to optimize the query and thus improve the performance?
dbserver_livevoting_30 11 2020

Additional info: today we have same behaviour again.
There are many slow queries, all of them like this:
SELECT rep_robj_xlvo_config_n.* FROM rep_robj_xlvo_config_n WHERE rep_robj_xlvo_config_n.pin = 'UCKV'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: NEW
Development

No branches or pull requests

2 participants