logo
Published on Conunity (http://www.conunity.com)

bulk_insert_buffer_size

By webmaster
Created 2007-06-22 16:03

Information

MyISAM uses a special tree-like cache to make bulk inserts faster for INSERT ... SELECT INSERT ... VALUES (...) (...) ... and LOAD DATA INFILE when adding data to non-empty tables. This variable limits the size of the cache tree in bytes per thread. Setting it to 0 disables this optimization. The default value is 8MB. Before MySQL 4.0.3. this variable was named myisam_bulk_insert_tree_size.

Syntax

Example


Source URL:
http://www.conunity.com/bulk_insert_buffer_size