<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Be lost in thought... &#187; sqlite</title>
	<atom:link href="http://nineye.net/blog/archives/tag/sqlite/feed" rel="self" type="application/rss+xml" />
	<link>http://nineye.net/blog</link>
	<description>Nineye's personal weblog!!!</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>trigger를 이용해 sqlite에서 foreign key를 사용하자!</title>
		<link>http://nineye.net/blog/archives/444</link>
		<comments>http://nineye.net/blog/archives/444#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:05:45 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[foreign key]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[trigger]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=444</guid>
		<description><![CDATA[ 
sqlite에서 특정 column의 검색 속도를 향상 시키기 위해 foreign key를 사용하려고 했다.
이를 위해, sqlite 공식 홈페이지에서 foreign key에 관한 정보를 얻으려고 뒤져보다가&#8230; 컥.. 아래와 같은 내용을 발견했다.
 
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에 대해 오류없이 파싱은 하지만 실제 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/444/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>sqlite library 성능 및 메모리 사용량 테스트</title>
		<link>http://nineye.net/blog/archives/442</link>
		<comments>http://nineye.net/blog/archives/442#comments</comments>
		<pubDate>Mon, 23 Feb 2009 19:04:20 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=442</guid>
		<description><![CDATA[단말에서 데이터를 체계적으로 관리할 일이 있어서 적당한 방법에 대해 찾던 중, sqlite가 가벼운 DBMS로 소문이 나 있어서 적절하게 사용할 수 있는지 테스트를 해보았다. 테스트 결과로 나름대로 추리하면서 결과를 적었는데 맞는지는 모르겠다. 틀린 부분이 있으면 지적해 주시길&#8230;ㅋ
테스트 환경
CPU : RMI AU 1200. MIPS 500 MHz
운영체제 : windows CE 5.0
저장소 : 4GB SD 메모리
실행 환경
Main thread : DB [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/442/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
