Replies: 2 comments 2 replies
-
|
Autobase is also used with large databases (tens of terabytes) and workloads exceeding 100K TPS. You’re not required to use the default delay — you can override it. For example, in my production setup, it’s set to 10 minutes. |
Beta Was this translation helpful? Give feedback.
-
|
For example, @SDV109 wants this pause to be applied in all cases — even when only PostgreSQL packages are being updated — not just during full server reboots, when caches are completely cleared, as it works now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Isn't this a much too long wait?
I can't infer what exactly is being waited for even after reading #580, but whatever it is, I wonder why 5 min was set as the default?
As a user I would expect PG to handle this gracefully even with
reboot_host_post_delay: 0, even though this might not be the best case, as you wouldn't have added this option in the first place then.I understand that medium-large clusters might need a longer time here, but then I think it would be better to make this value relative to the DB/cache size somehow?
Can you share how a problematic scenario would look like where there hasn't been enough time given to warm up the caches for medium/large instances? This would make it easier for users to understand this task 🙂️
Beta Was this translation helpful? Give feedback.
All reactions