Configuration

The parameters listed in the table represent the specific configuration settings that we customize from the default configuration provided by MySQL. These parameters are tailored to suit our platform’s requirements and are carefully selected to optimize performance and reliability.

Note: Parameters marked with an asterisk (*) are dynamically calculated based on available compute resources, allowing for seamless vertical scaling.

ParameterTypeDefaultMinMaxAllowed Values
connect_timeoutinteger10231536000
innodb_buffer_pool_sizeinteger(*)20971529223372036854775807
innodb_flush_methodstringO_DIRECTfsync, O_DSYNC, littlesync, nosync, O_DIRECT, O_DIRECT_NO_FSYNC
innodb_redo_log_capacityinteger1048576008388608137438953472
innodb_lock_wait_timeoutinteger500100000000
innodb_log_buffer_sizeinteger167772162621444294967295
innodb_log_file_sizeinteger1006632961048576549755813888
innodb_strict_modestringONON, OFF
innodb_ft_cache_sizeinteger8000000160000080000000
innodb_ft_enable_diag_printstringOFFON, OFF
innodb_ft_enable_stopwordstringONON, OFF
innodb_ft_max_token_sizeinteger841084
innodb_ft_min_token_sizeinteger3016
innodb_ft_num_word_optimizeinteger2000100010000
innodb_ft_result_cache_limitinteger2000000000100000018446744073709551615
innodb_ft_server_stopword_tablestring-
innodb_ft_sort_pll_degreeinteger2132
innodb_ft_total_cache_sizeinteger640000000320000001600000000
innodb_ft_user_stopword_tablestring-
key_buffer_sizeinteger(*)04294967295
max_connectionsinteger15110100000
table_open_cacheinteger(*)11048576
log_bin_trust_function_creatorsstringOFFON, OFF
lock_wait_timeoutinteger31536000131536000
max_connect_errorsinteger10014294967295
open_files_limitinteger500004294967295
sql_modestringONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTIONALLOW_INVALID_DATES, ANSI, ANSI_QUOTES, ERROR_FOR_DIVISION_BY_ZERO, HIGH_NOT_PRECEDENCE, IGNORE_SPACE, NO_AUTO_VALUE_ON_ZERO, NO_BACKSLASH_ESCAPES, NO_DIR_IN_CREATE, NO_ENGINE_SUBSTITUTION, NO_UNSIGNED_SUBTRACTION, NO_ZERO_DATE, NO_ZERO_IN_DATE, ONLY_FULL_GROUP_BY, PAD_CHAR_TO_FULL_LENGTH, PIPES_AS_CONCAT, REAL_AS_FLOAT, STRICT_ALL_TABLES, STRICT_TRANS_TABLES, TIME_TRUNCATE_FRACTIONAL
federatedstringOFFON, OFF

Column Explanation

  • Parameter: This column lists the configuration parameters.
  • Type: Indicates the data type of the configuration parameter (e.g., integer, string).
  • Default: Displays the default value for each parameter.
  • Min: Shows the minimum permissible value for numeric parameters.
  • Max: Displays the maximum permissible value for numeric parameters.
  • Allowed Values: Lists the values allowed for string parameters.

For custom DBaaS configurations including parameters not listed above, please submit a support ticket to our team.

Please note that we are actively working on implementing a feature in our customer portal that will allow you to modify your DBaas configuration directly. However, this feature is not yet available. We appreciate your patience and understanding as we continue to enhance our services.

Last modified 05.05.2025: text (3e39ff4)