Skip to content

Instantly share code, notes, and snippets.

@remoharsono
Created December 11, 2022 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remoharsono/780cf3fb303375030032f73ed5b77a96 to your computer and use it in GitHub Desktop.
Save remoharsono/780cf3fb303375030032f73ed5b77a96 to your computer and use it in GitHub Desktop.
Optimize MySQL / MariaDB for Import
innodb_buffer_pool_size = 4G
innodb_log_buffer_size = 256M
innodb_log_file_size = 1G
innodb_write_io_threads = 16
innodb_flush_log_at_trx_commit = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment