You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/redcap/configuration/mysql/my.cnf
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,16 @@
15
15
# plugin_dir=/opt/bitnami/mariadb/lib/plugin
16
16
# datadir=/bitnami/mariadb/data
17
17
18
-
# REDCap recommendations
18
+
19
+
# REDCap recommendations : Maximum paquet size during communication with client (client must have the same value)
19
20
max_allowed_packet=1G
21
+
# REDCap recommendations : Optimize some querrys with index: https://mariadb.com/docs/server/ha-and-performance/optimization-and-tuning/query-optimizations/rowid-filtering-optimization
22
+
optimizer_switch='rowid_filter=off'
23
+
# REDCap recommendations : Store result of select command.
24
+
query_cache_size=16777216
25
+
# REDCap recommendations : Enabling cache type : https://mariadb.com/docs/server/server-management/variables-and-modes/server-system-variables#query_cache_type
0 commit comments