Thread: SQL Lite
View Single Post
  #11  
Old 02-10-2011, 07:39 PM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
Quote:
Originally Posted by cbk1994 View Post
+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.
__________________

Last edited by salesman; 02-10-2011 at 07:53 PM..
Reply With Quote