From c90e697265d0045fb86672f89dfff36e0b61c432 Mon Sep 17 00:00:00 2001 From: Justin Velluppillai Date: Fri, 2 Jul 2021 10:12:33 +1200 Subject: Added "aurora_readonly_read_committed" setting to global ini (#17724) * Added "aurora_readonly_read_committed" setting to global ini * Updated documentation for Aurora setting --- config/global.ini.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/global.ini.php b/config/global.ini.php index 2a9e55afea..0e80bed014 100755 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -57,6 +57,11 @@ password = dbname = port = 3306 +; If you are using Amazon Aurora you can enable aurora_read_only_read_committed to prevent purge lag which happens +; when internal garbage collection is blocked by long-running archiving queries. The setting will be only applied +; if you are using Amazon Aurora and have configured a reader database. +aurora_readonly_read_committed = + [database_tests] host = localhost username = "@USERNAME@" -- cgit v1.2.3