My favorites | Sign in
Google
                
Search
for
Updated Mar 14, 2009 by mdcallag
BatchKeyAccess  
One-sentence summary of this page.

Introduction

This is a backport of the batch key access feature from MySQL 6. It works great for a limited workload. There is a bug that produces intermittent wrong query results when used for InnoDB.

Details

These details are courtesy of Igor B.

This feature is controlled by the my.cnf parameter join_cache_level. It supports the following values:

Nested outer joins and nested semi-joins (outer joins and semi-joins with more than 1 inner table) can use only join caches of level 6 and 8 (linked caches).


Sign in to add a comment