Umbraco version: 8.18. We've got ~90k published nodes and NuCache.content db file has 1,95GB. My question is: is that size too big or is it normal?
Usually the "loading content from database" step takes 17-18 minutes, but sometimes it runs over 20 mins, which is causing a Boot Failed issue (cannot acquire MainDom) - seems like 20 minutes is a timeout for loading content and after that time, the site is trying to boot anyway. During that time, our database is utilized in 50-60%. The download speed from database varies between 1,5MB/s - 8MB/s, but the most often it is 1,8-1,9MB/s. We need to avoid boot failed issues and speed up that step, but not sure if we should try to make that db file smaller or investigate and find the server's/db bottleneck.
Our application is loadbalanced (1 CMS, 4 frontends). DB is hosted in AWS.
I read this article, but it does not answer my question.
What size NuCache.content file should have?
Hi all,
Umbraco version: 8.18. We've got ~90k published nodes and NuCache.content db file has 1,95GB. My question is: is that size too big or is it normal?
Usually the "loading content from database" step takes 17-18 minutes, but sometimes it runs over 20 mins, which is causing a Boot Failed issue (cannot acquire MainDom) - seems like 20 minutes is a timeout for loading content and after that time, the site is trying to boot anyway. During that time, our database is utilized in 50-60%. The download speed from database varies between 1,5MB/s - 8MB/s, but the most often it is 1,8-1,9MB/s. We need to avoid boot failed issues and speed up that step, but not sure if we should try to make that db file smaller or investigate and find the server's/db bottleneck.
Our application is loadbalanced (1 CMS, 4 frontends). DB is hosted in AWS.
I read this article, but it does not answer my question.
is working on a reply...