D_stranz, try to load data in packs, for example 1000 INSERTs in transaction. Something like this :You can be very positively surprisedQt Code:
db.transaction(); 1000 x INSERT; db.commit();To copy to clipboard, switch view to plain text mode
D_stranz, try to load data in packs, for example 1000 INSERTs in transaction. Something like this :You can be very positively surprisedQt Code:
db.transaction(); 1000 x INSERT; db.commit();To copy to clipboard, switch view to plain text mode
Bookmarks