SQLite2 SQLite 속도 비교 (PostgreSQL, MySQL, SQLite, SQLite<nosync>) 원문 : http://www.sqlite.org/speed.html Database Speed ComparisonNote: This document is very very old. It describes a speed comparison between archaic versions of SQLite, MySQL and PostgreSQL. The numbers here are old enough to be nearly meaningless. Until it is updated, use this document only as proof that SQLite is not a sluggard. Executive Summary A series of tests were run to measure the relat.. 2011. 11. 10. trigger를 이용해 sqlite에서 foreign key를 사용하자! 원문 : http://nineye.com/blog/archives/444?replytocom=2006 sqlite에서 특정 column의 검색 속도를 향상 시키기 위해 foreign key를 사용하려고 했다. 이를 위해, sqlite 공식 홈페이지에서 foreign key에 관한 정보를 얻으려고 뒤져보다가… 컥.. 아래와 같은 내용을 발견했다. FOREIGN KEY constraints FOREIGN KEY constraints are parsed but are not enforced. However, the equivalent constraint enforcement can be achieved using triggers. 즉, query문에서 foreign key에 대해 오류없이 파싱은 하지만 실제 .. 2011. 8. 16. 이전 1 다음