> No performance gain for joins or anything like that. Using FK > constraints does not affect SELECT performance. They slow down > some INSERT/UPDATE/DELETE operations though.
Thank you! I've done some timings as well (it takes a few hours to build a sizeable database) and found out pretty much the same, so I've rolled back FK, as the system works well without them based on triggers and other checks. Dennis _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users