Quoth Mike Zang <[email protected]>, on 2010-09-05 17:49:31 +0900: > I converted about 2000 binary files to SQLite3, it spent about 5 hours, I > want to know if this is normal? > Every file is about 2000 records. My process is very simple, read file in > NSData and set to struct pointer, then use this pointer to get data and > insert into database, is there any faster to do this converting?
It sounds like you may be running into http://sqlite.org/faq.html#q19. ---> Drake Wilson _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

