On Aug 18, Vetle Roeim <[EMAIL PROTECTED]> wrote:

> Hi Davide,

Hi!

> I searched around a bit, and it seems that it is recommended that
> the indexes are added before inserting data,

Yup: it's done to improve performances; the imdbpy2sql.py script
already does that: first it inserts every item in the database and
then it builds the indexes.  Unfortunately, using InnoDB, this last
step is way too slow (for some reason I can't figure out).

Anyway, I'm still wondering if the best solution is to support the
InnoDB tables in the code or just explain in the documentation how to
convert a MyISAM database to InnoDB.

Everyone can consider the above paragraph a poll. :-)


-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to