Bug #24313 Request for non-ACID option for implicit LOAD DATA INFILE periodic commits
Submitted: 14 Nov 2006 17:48 Modified: 25 Sep 2009 3:38
Reporter: Douglas Fischer Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:5.0.26 OS:Any
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[22 Jan 2010 21:16] Harrison Fisk
5.1 Patch to add NO TRANSACTION to LOAD DATA INFILE to commit every 10k rows in non-plugin InnoDB

Attachment: load_data_commit.patch (text/x-patch), 5.00 KiB.