coriane / jwpl

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

[RevisionMachine] IndexGenerator should create index after insert statements #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The IndexGenerator defines a PRIMARY KEY in the db scheme - this makes 
inserting millions of rows very slow.
The index should be created after inserting all rows.

Original issue reported on code.google.com by oliver.ferschke on 13 Jun 2011 at 5:37

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r248.

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

GoogleCodeExporter commented 9 years ago
FIXED in revision 248: Keys are disabeled before inserting and re-enabled after 
inserting.

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

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 16 Feb 2012 at 1:24