Created
August 9, 2017 20:52
-
-
Save lukecav/9237bd396110093bacf5816b6d1f629f to your computer and use it in GitHub Desktop.
MariaDB - Performance changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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