MySQL Forums
Forum List  »  Partitioning

Re: Partitions and LOAD DATA INFILE
Posted by: justin ux
Date: May 11, 2009 03:49AM

default value of bulk_insert_buffer_size in Mysql5.0


mysql> show variables like 'bulk_insert_buffer_size';
+-------------------------+---------+
| Variable_name | Value |
+-------------------------+---------+
| bulk_insert_buffer_size | 8388608 |
+-------------------------+---------+
1 row in set (0.00 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Partitions and LOAD DATA INFILE
2703
May 11, 2009 03:49AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.