For sure I run into a nextcloud server side bug again.
I deleted over the last year a lot of things in my nextcloud account as well as other users, which are running in the same instance.
One day, I looked into my Trash(Deleted files) and it was empty:
That is not real and not possible, I thought.
Nextcloud meets Redis
You can significantly improve your Nextcloud performance with memory caching,
where frequently-requested objects are stored in memory for faster retrieval.
Nextcloud meets MariaDB
SQLite is good for testing and simple single-user Nextcloud instance,
but it does not scale for multiple-user production cases. For the first Installation its quiet simple and reliable.
After some years of usage my SQLite-database reached a size of 130MB and the performance was not more the same as after the first days.
You can convert a SQLite database to a more performing MariaDB database with the Nextcloud command line tool:
[Read more…]