
<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>携帯サイトをつくろう。 &#187; postgresql</title>
	<atom:link href="http://www.plusmb.jp/howto/postgresql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.plusmb.jp</link>
	<description></description>
	<lastBuildDate>Sun, 30 May 2010 14:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.plusmb.jp/howto/postgresql/feed" />
		<item>
		<title>Ubuntuで開発環境を作ってみよう【第6回】 – PostgreSQLのインストールとその他もろもろ</title>
		<link>http://www.plusmb.jp/2009/12/08/5023.html</link>
		<comments>http://www.plusmb.jp/2009/12/08/5023.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 00:44:54 +0000</pubDate>
		<dc:creator>uchida</dc:creator>
				<category><![CDATA[postgresql]]></category>
		<category><![CDATA[連載]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[インストール]]></category>
		<category><![CDATA[チューニング]]></category>
		<category><![CDATA[監視]]></category>

		<guid isPermaLink="false">http://www.plusmb.jp/?p=5023</guid>
		<description><![CDATA[前回のMySQLに続きましてPostgreSQLをインストールしてみましょう。
前回同様、勉強の参考になりそうな記事を合わせてご紹介します。
PostgreSQLをインストール
インストール＆設定の際はrootになって設 [...]]]></description>
		<wfw:commentRss>http://www.plusmb.jp/2009/12/08/5023.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.plusmb.jp/2009/12/08/5023.html" />
	</item>
		<item>
		<title>zabbixを使ってみた</title>
		<link>http://www.plusmb.jp/2009/08/24/4385.html</link>
		<comments>http://www.plusmb.jp/2009/08/24/4385.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 03:55:09 +0000</pubDate>
		<dc:creator>uchida</dc:creator>
				<category><![CDATA[postgresql]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[監視]]></category>

		<guid isPermaLink="false">http://www.plusmb.jp/?p=4385</guid>
		<description><![CDATA[最近postgreSQL関連の投稿ばかりの内田です。
今回もその延長でpostgreSQLを活用した監視ツールのご紹介です。
　
zabbixとは
zabbixとは統合監視ソフトウェアの一つです。これ以外で有名なものでn [...]]]></description>
		<wfw:commentRss>http://www.plusmb.jp/2009/08/24/4385.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.plusmb.jp/2009/08/24/4385.html" />
	</item>
		<item>
		<title>postgreSQLの健康状態をチェックする</title>
		<link>http://www.plusmb.jp/2009/08/07/4299.html</link>
		<comments>http://www.plusmb.jp/2009/08/07/4299.html#comments</comments>
		<pubDate>Fri, 07 Aug 2009 04:10:15 +0000</pubDate>
		<dc:creator>uchida</dc:creator>
				<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.plusmb.jp/?p=4299</guid>
		<description><![CDATA[前回に引き続きpostgreSQLのお話です。
Webアプリに関わらず、データベースを活用したシステムは運用後、様々な要因で性能が劣化してしまいます。アクセス数の増加やデータ容量の増加などが主な要因です。オープンソースの [...]]]></description>
		<wfw:commentRss>http://www.plusmb.jp/2009/08/07/4299.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.plusmb.jp/2009/08/07/4299.html" />
	</item>
		<item>
		<title>PostgreSQLの重い処理を探し易くするpgFouine</title>
		<link>http://www.plusmb.jp/2009/07/17/4163.html</link>
		<comments>http://www.plusmb.jp/2009/07/17/4163.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:26:24 +0000</pubDate>
		<dc:creator>uchida</dc:creator>
				<category><![CDATA[postgresql]]></category>
		<category><![CDATA[pgFouine]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[ツール]]></category>

		<guid isPermaLink="false">http://www.plusmb.jp/?p=4163</guid>
		<description><![CDATA[今回はSQLチューニングのお話です。
まずは重い処理を見つけるための方法です。
開発時点で効率の抜群なSQLが作れたらよいのですがそうもいきません。
また、想定外に一部のテーブルが肥大化して処理が重くなってしまうこともあ [...]]]></description>
		<wfw:commentRss>http://www.plusmb.jp/2009/07/17/4163.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.plusmb.jp/2009/07/17/4163.html" />
	</item>
	</channel>
</rss>
