On Fri, 15 Nov 2013 17:15:39 +0200 RSmith <[email protected]> wrote:
> It's probably faster even to specify Key values than wait for the DB > engine to run its own Autoinc code for every insert (though this is > very fast too). Yes. That's especially true in DBMSs that support more than one writer at a time, where an autoincrementing key introduces contention where there otherwise would be none. --jkl _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

