From f28f03ef0af1e439ea2bb4555f6f472177785f93 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 15 Apr 2015 21:43:45 +0300 Subject: [PATCH] Added optimize_wildcard section to configuration guide. --- Documentation/Getting-Started/Configuration-Guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/Getting-Started/Configuration-Guide.md b/Documentation/Getting-Started/Configuration-Guide.md index e4dc220c0..3ac8bbae1 100644 --- a/Documentation/Getting-Started/Configuration-Guide.md +++ b/Documentation/Getting-Started/Configuration-Guide.md @@ -263,6 +263,10 @@ The strip_db_esc parameter strips escape characters from database names of grant This parameter takes a boolean value and when enabled, will strip all `\` characters from the database names. +#### `optimize_wildcard` + +Enabling this feature will transform wildcard grants to individual database grants. This will consume more memory but authentication in MaxScale will be done faster. The parameter takes a boolean value. + #### `connection_timeout` The connection_timeout parameter is used to disconnect sessions to MaxScale that have been idle for too long. The session timeouts are disabled by default. To enable them, define the timeout in seconds in the service's configuration section.