Quote:
Originally Posted by cbk1994
+4.176818847: Done adding items [4.18 seconds]
|
this 4 seconds is probably bloated because of the sleep()s. Without loop limitations, I'd imagine it would be a lot faster.
edit: .7 seconds faster, actually =p
just tested it myself, and adding 70k rows took 3.4 seconds. So minus .7 is ~2.7 seconds.
I also tested storing the values in the DBNPC instead of a SQLite table, and it took ~15 seconds
So yeah, when used properly, SQLite is a beast.