Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created August 9, 2017 20:52
Show Gist options
  • Save lukecav/9237bd396110093bacf5816b6d1f629f to your computer and use it in GitHub Desktop.
Save lukecav/9237bd396110093bacf5816b6d1f629f to your computer and use it in GitHub Desktop.
MariaDB - Performance changes
optimizer_switch='mrr=on'
optimizer_switch='mrr_sort_keys=on'
optimizer_switch='mrr_cost_based=off'
mrr_buffer_size=32M
optimizer_switch='join_cache_incremental=on'
optimizer_switch='join_cache_hashed=on'
optimizer_switch='join_cache_bka=on'
join_cache_level=4
join_buffer_size=32M
join_buffer_space_limit=32M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment