My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InnodbSampling  
Updated Mar 26, 2011 by razv...@google.com

Introduction

InnoDB uses sampling to determine optimizer statistics. It uses index keys from 8 leaf nodes. For some tables, more samples are needed. We added a session parameter that sets the number of leaf blocks that are sampled. The default for the parameter is 8. The name of the parameter is innodb_btr_estimate_n_pages.


Sign in to add a comment
Powered by Google Project Hosting