# # These groups are read by MariaDB server. # Use it for options that only the server (but not clients) should see # # See the examples of server my.cnf files in /usr/share/mysql/ # # this is read by the standalone daemon and embedded servers [server] max_connections=230 # this is only for the mysqld standalone daemon [mysqld] net_read_timeout = 300 net_write_timeout = 300 tmpdir=/tmpdb #columnstore_diskjoin_force_run=ON # # * Galera-related settings # [galera] # Mandatory settings #wsrep_on=ON #wsrep_provider= #wsrep_cluster_address= #binlog_format=row #default_storage_engine=InnoDB #innodb_autoinc_lock_mode=2 # # Allow server to accept connections on all interfaces. # #bind-address=0.0.0.0 # # Optional setting #wsrep_slave_threads=1 #innodb_flush_log_at_trx_commit=0 # Increase gcache size for performance #wsrep_provider_options="gcache.size=1024M" # this is only for embedded server [embedded] # This group is only read by MariaDB servers, not by MySQL. # If you use the same .cnf file for MySQL and MariaDB, # you can put MariaDB-only options here [mariadb] # This group is only read by MariaDB-10.6 servers. # If you use the same .cnf file for MariaDB of different versions, # use this group for options that older servers don't understand [mariadb-10.6] log_error = /log/mariadb/mariadbd.err character_set_server = utf8 collation_server = utf8_general_ci #Tuning AGO & FSC max_length_for_sort_data=262144