Open rullzer opened 6 years ago
GitMate.io thinks possibly related issues are https://github.com/nextcloud/server/issues/8245 (Nextcloud DB Replication...), https://github.com/nextcloud/server/issues/1889 (Use callForSeenUsers where possible), https://github.com/nextcloud/server/issues/10602 (InvalidArgumentException: Index name), https://github.com/nextcloud/server/issues/1431 (Fulltext Search and indexing), and https://github.com/nextcloud/server/issues/4625 (Missed sql index).
See also #8937
I have a server with around 800'000 records in oc_filecache
. Uploading lots of small files was causing huge load on server cpu. Adding an index on oc_filecache(parent)
greatly reduced load and improved performance.