I want to prepare MySQL Server 5.6 for thousands/millions of inserts. Ive found this:
•innodb_doublewrite = 0
•innodb_buffer_pool_size = 50%+ system memory
•innodb_log_file_size = 512M
•log-bin = 0
•innodb_support_xa = 0
•innodb_flush_log_at_trx_commit = 0
Is there anything else I can do?
Thank you