coriane / jwpl

Automatically exported from code.google.com/p/jwpl
0 stars 0 forks source link

[RevisionMachine] IndexGenerator should produce data files instead of sql files #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Index tables are currently created as sql-files (Insert Statements)
It should be changed to data files that can be read using LOAD_DATA_INFILE ( 
http://dev.mysql.com/doc/refman/5.1/en/load-data.html )

Original issue reported on code.google.com by oliver.ferschke on 12 Jun 2011 at 9:23

GoogleCodeExporter commented 9 years ago
We solved the issue by disabling keys before inserting.
Creating data file might still be faster, though. Maybe actions could be taken 
in the future, if necessary.

Original comment by oliver.ferschke on 26 Jul 2011 at 1:13