Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dstaceyHi,
I've tried both insert and optomized. For a 2000 record table this is an example of the results I am getting:
Optomized - Commit Frequency = 1000 : time to load database = 304 seconds
Optomized - Commit Frequency = 100 : time to load database = 318 seconds
Insert - Commit Frequency = 1000: time to load database = 303 seconds
I now think it's definitely a problem with my Lavastorm configuration (rather than connection or MySQL db config) as I am able to load a table containing the same data via a direct MySQL query in just 4 seconds.
I am also able to load the table within a LS DB Execute node containing the same MySQL query in an sqlNonSelect command in about 8 seconds.
So I am very stuck as to why I am getting such poor performance with the DB Store node.
thanks,
Dave