<?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/"
	
	>
<channel>
	<title>
	Comments on: The Workloads of the Internet of Things	</title>
	<atom:link href="https://blog.iron.io/the-workloads-of-the-internet-of-things-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.iron.io/the-workloads-of-the-internet-of-things-2/</link>
	<description>Scalable serverless application tools to run background tasks with Docker containers and manage messaging queues with cloud elasticity and handheld customer support.</description>
	<lastBuildDate>Thu, 31 Dec 2020 18:20:56 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: pgburt@gmail.com		</title>
		<link>https://blog.iron.io/the-workloads-of-the-internet-of-things-2/#comment-186</link>

		<dc:creator><![CDATA[pgburt@gmail.com]]></dc:creator>
		<pubDate>Fri, 04 Sep 2015 21:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://ironio2016.wpengine.com//blog/?p=1113#comment-186</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.iron.io/the-workloads-of-the-internet-of-things-2/#comment-185&quot;&gt;Jason Gavris&lt;/a&gt;.

Good note! Worded another way (just to drive the point, for folks new to CTEs), using a CTE means you&#039;re restricting what the query planner can do.

WITH queries are sleek, but not a silver bullet.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.iron.io/the-workloads-of-the-internet-of-things-2/#comment-185">Jason Gavris</a>.</p>
<p>Good note! Worded another way (just to drive the point, for folks new to CTEs), using a CTE means you&#8217;re restricting what the query planner can do.</p>
<p>WITH queries are sleek, but not a silver bullet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jason Gavris		</title>
		<link>https://blog.iron.io/the-workloads-of-the-internet-of-things-2/#comment-185</link>

		<dc:creator><![CDATA[Jason Gavris]]></dc:creator>
		<pubDate>Fri, 04 Sep 2015 21:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://ironio2016.wpengine.com//blog/?p=1113#comment-185</guid>

					<description><![CDATA[Legible? Absolutely. But it&#039;s important to keep in mind that CTE&#039;s are optimization fences. Optimizations like predicate pushdown are not currently available. More complicated queries may benefit from being rewritten with subqueries.

https://blog.2ndquadrant.com/postgresql-ctes-are-optimization-fences/]]></description>
			<content:encoded><![CDATA[<p>Legible? Absolutely. But it&#8217;s important to keep in mind that CTE&#8217;s are optimization fences. Optimizations like predicate pushdown are not currently available. More complicated queries may benefit from being rewritten with subqueries.</p>
<p><a href="https://blog.2ndquadrant.com/postgresql-ctes-are-optimization-fences/" rel="nofollow ugc">https://blog.2ndquadrant.com/postgresql-ctes-are-optimization-fences/</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
