Big Query Settings
# Turn on disk-ordered reads
optimizer_switch='mrr=on'
optimizer_switch='mrr_cost_based=off'
# Turn on Batched Key Access (BKA)
join_cache_level = 6# Size limit for the whole join
join_buffer_space_limit = 300M
# Limit for each individual table
join_buffer_size = 100Moptimizer_switch='index_merge_sort_intersection=on'# Turn on both Hash Join and Batched Key Access
join_cache_level = 8Last updated
Was this helpful?

