Which is recommended to set the parameter value for the best performance of a highly loaded database (zabbix):
innodb_data_file_path
or what this parameter may depend onVarious examples are described on the Internet:
innodb_data_file_path = ibdata1: 128M; ibdata2: 128M: autoextend: max: 4096M
innodb_data_file_path = ibdata1: 1Ginnodb_data_file_path = ibdata1: 10M: autoextend
innodb_data_file_path = / data / ibdata1: 2000M; / data / ibdata2: 2000M / data / ibdata3: 100M: autoextend: max: 2000M