[PERFORMANCE]: IMPORTANT SQL performance issues in version 28.0.10 #48405
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
28-feedback
bug
feature: caldav
Related to CalDAV internals
performance 🚀
Hello
I update the instance of NC from last 27.x to 28.0.10 and we see very big performace issues with Mysql. This is related to calendar/Caldav.
We see queries that takes ~90secs to complete with calendars that have aprox. +3000 events, causing lots of disks Reads I/Os and CPU usage.
The slow query:
If i run this query in the mysql console returns :
The oc_calendarobjects of that calendar id returns this:
Most of the time i see various queries like this one but with different calendarid running at the same time using lots of CPU and disk I/O.
The weird part for me is that when i check the logs i see this line:
The last number(86) is the second that the request spent(%T of apache logformat ), reading the api docs about
apps/user_status/api/v1/heartbeat only says "Keep the status alive". I think is something related to the users status
that check if exist a meeting in that period and depends of that query results sets the user status ?
can disable this ? any help is welcome, thanks.
The text was updated successfully, but these errors were encountered: