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?
_______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

