From c6fc2c320acee00abad122307794b2f8b7268b2e Mon Sep 17 00:00:00 2001 From: Monika Bujak Date: Thu, 28 Nov 2024 09:28:20 +0100 Subject: [PATCH] [MNT-24142] Add note about READ-COMMITED transaction isolation --- content-services/latest/config/databases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content-services/latest/config/databases.md b/content-services/latest/config/databases.md index 50907d670e..a4923b7820 100644 --- a/content-services/latest/config/databases.md +++ b/content-services/latest/config/databases.md @@ -501,6 +501,8 @@ Using this variable setting allows MySQL to convert all table names to lowercase See the [MySQL site](https://dev.mysql.com/){:target="_blank"} for more information on this variable. +> **Note:** In environments with a high volume of ingestions or content updates, it is recommended to set the `--transaction-isolation` level to `READ-COMMITED`. + ## Oracle You can configure an Oracle RDBMS database for use with Content Services. The Oracle database is case sensitive, so any configuration setting that you add into `alfresco-global.properties` must match the case used in Oracle.