[SQLObject] Faster Loading of Data to SQLite3
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Massimo <lo....@gm...> - 2011-04-16 21:31:58
|
I'm using SQLite3 and loading datafiles of about 50,000 lines. The script takes a long time to update, probably because it keeps hitting the hard disk with every insert/update command. How can I speed up this process? |