<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PostgreSQL cluster: partitioning with plproxy (part I)</title>
	<atom:link href="http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/</link>
	<description>don't rely on luck, count on it</description>
	<lastBuildDate>Fri, 23 Oct 2009 10:27:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joao cosme jr</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-568</link>
		<dc:creator>joao cosme jr</dc:creator>
		<pubDate>Mon, 20 Apr 2009 18:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-568</guid>
		<description>just 1 thing....dont forget to create the plproxy schema to hold plproxy.* functions....</description>
		<content:encoded><![CDATA[<p>just 1 thing&#8230;.dont forget to create the plproxy schema to hold plproxy.* functions&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unixvps</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-528</link>
		<dc:creator>unixvps</dc:creator>
		<pubDate>Sat, 10 Jan 2009 17:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-528</guid>
		<description>good article,

we have now 2 x PgBouncer, 12 x nodes and 12 x WAL backup servers and everything works fine.</description>
		<content:encoded><![CDATA[<p>good article,</p>
<p>we have now 2 x PgBouncer, 12 x nodes and 12 x WAL backup servers and everything works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Começando com o PLPROXY&#8230;. &#171; EEEEEE Jão!!!</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-504</link>
		<dc:creator>Começando com o PLPROXY&#8230;. &#171; EEEEEE Jão!!!</dc:creator>
		<pubDate>Thu, 03 Jul 2008 18:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-504</guid>
		<description>[...] Escrito por joaocosme em Julho 3, 2008  Esse post é baseado no próprio tutorial do PL/PROXY e um HOW TO do Kristo Kaiv. [...]</description>
		<content:encoded><![CDATA[<p>[...] Escrito por joaocosme em Julho 3, 2008  Esse post é baseado no próprio tutorial do PL/PROXY e um HOW TO do Kristo Kaiv. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaiv</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-499</link>
		<dc:creator>kaiv</dc:creator>
		<pubDate>Mon, 30 Jun 2008 12:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-499</guid>
		<description>simplest way is to split into two and filter what data goes where out during replication.</description>
		<content:encoded><![CDATA[<p>simplest way is to split into two and filter what data goes where out during replication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-487</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 29 Apr 2008 02:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-487</guid>
		<description>If you need to further partition this database, dbname=queries_0001 (which has gone through first round of hashing) what kind of hash strategy do you recommend?</description>
		<content:encoded><![CDATA[<p>If you need to further partition this database, dbname=queries_0001 (which has gone through first round of hashing) what kind of hash strategy do you recommend?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kaiv</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-486</link>
		<dc:creator>kaiv</dc:creator>
		<pubDate>Sat, 12 Apr 2008 11:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-486</guid>
		<description>if you have to make a query on a lot of users it is not oltp anymore so just replicate the data together into an analytical server. If it&#039;s not suitable for you then another option is to have a run on all query in the proxy layer, you can also have plpgsql funcitons on the proxy layer that operate on the data if needed.</description>
		<content:encoded><![CDATA[<p>if you have to make a query on a lot of users it is not oltp anymore so just replicate the data together into an analytical server. If it&#8217;s not suitable for you then another option is to have a run on all query in the proxy layer, you can also have plpgsql funcitons on the proxy layer that operate on the data if needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evandro</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-485</link>
		<dc:creator>Evandro</dc:creator>
		<pubDate>Sat, 12 Apr 2008 02:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-485</guid>
		<description>Very nice, but if my query need to read information about a lot of users and different servers?</description>
		<content:encoded><![CDATA[<p>Very nice, but if my query need to read information about a lot of users and different servers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saumel</title>
		<link>http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-475</link>
		<dc:creator>Saumel</dc:creator>
		<pubDate>Thu, 06 Mar 2008 20:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://kaiv.wordpress.com/2007/07/27/postgresql-cluster-partitioning-with-plproxy-part-i/#comment-475</guid>
		<description>I want to know if I can use PL/proxy on a shared nothing cluster and how most be the set up</description>
		<content:encoded><![CDATA[<p>I want to know if I can use PL/proxy on a shared nothing cluster and how most be the set up</p>
]]></content:encoded>
	</item>
</channel>
</rss>
