<?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>J-Development &#187; postgresql</title>
	<atom:link href="http://jdevelopment.nl/category/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdevelopment.nl</link>
	<description>designing a new generation of software</description>
	<lastBuildDate>Tue, 18 May 2010 13:09:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>SSD performance improvements set LIVE</title>
		<link>http://jdevelopment.nl/postgresql/ssd-performance-improvements-set-live/</link>
		<comments>http://jdevelopment.nl/postgresql/ssd-performance-improvements-set-live/#comments</comments>
		<pubDate>Fri, 22 May 2009 09:20:55 +0000</pubDate>
		<dc:creator>development</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://jdevelopment.nl/?p=241</guid>
		<description><![CDATA[In a previous blog entry (One DVD per second) we described how we build a new fast SSD based Database server and how we benchmarked it. This week we put the new SSD DB server to the ultimate test, namely &#8220;Going Live&#8221;. It turned out that our investments definitely payed off. Our main online application [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous blog entry (<a href="http://jdevelopment.nl/hardware/one-dvd-per-second/">One DVD per second</a>) we described how we build a new fast SSD based Database server and how we benchmarked it.</p>
<p>This week we put the new SSD DB server to the ultimate test, namely &#8220;Going Live&#8221;.</p>
<p>It turned out that our investments definitely payed off. Our main online application M4N has seen a massive speed improvement. We found an average performance increase of ~6 times for all queries. As a result, the initial average performance increase for the whole application is approximately a factor 2. Keep in mind that the whole application depends on more than just the main DB. Of course,  the performance of the Java Application Server and the network bandwidth play important roles as well.</p>
<p>The performance increase is most apparent when simply browsing through the different pages of the application. The whole experience now feels very snappy and even the more complex pages load nearly instantly. We have statistics on our average page speeds so I included this in the pictures.</p>
<p><strong>Picture one the improvements with testing:</strong><br />
<div id="attachment_243" class="wp-caption alignleft" style="width: 311px"><a href="http://jdevelopment.nl/wp-content/uploads/2009/05/speed_improvements_ssd20090522.png"><img src="http://jdevelopment.nl/wp-content/uploads/2009/05/speed_improvements_ssd20090522-300x201.png" alt="Speed improvements new database server SSD Postgresql" title="speed_improvements_ssd20090522" width="301" class="size-medium wp-image-243" /></a><p class="wp-caption-text">Speed improvements new database server SSD Postgresql</p></div><br />
<br clear="all"> </p>
<p><strong>Picture two the improvements with speed on execution of  queries:</strong><br />
<div id="attachment_244" class="wp-caption alignleft" style="width: 310px"><a href="http://jdevelopment.nl/wp-content/uploads/2009/05/ssd_speed_improvement_stats_20080522.png"><img src="http://jdevelopment.nl/wp-content/uploads/2009/05/ssd_speed_improvement_stats_20080522-300x226.png" alt="Statistics speed improvement Postgresql database" title="ssd_speed_improvement_stats_20080522" width="300" height="226" class="size-medium wp-image-244" /></a><p class="wp-caption-text">Statistics speed improvement Postgresql database</p></div><br />
<br clear="all"> </p>
<p>Finally, during the night we execute a slew of maintenance queries. Normally, we see a number like this after the script that triggers these queries has finished executing:</p>
<p><code><br />
real 348m6.451s<br />
user 0m4.912s<br />
sys 0m0.808s<br />
</code></p>
<p>The other morning however we saw this:</p>
<p><code><br />
real 30m34.747s<br />
user 0m2.752s<br />
sys 0m1.008s<br />
</code></p>
<p>This amounts to a performance increase of over <b>11 times</b>. </p>
<p>For now we thus carefully conclude that using SSDs indeed improves performance by a large margin.</p>
]]></content:encoded>
			<wfw:commentRss>http://jdevelopment.nl/postgresql/ssd-performance-improvements-set-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Postgresql the most advanced opensource Database and full text search.</title>
		<link>http://jdevelopment.nl/postgresql/postgresql-advanced-opensource-database-full-text-search/</link>
		<comments>http://jdevelopment.nl/postgresql/postgresql-advanced-opensource-database-full-text-search/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 07:50:14 +0000</pubDate>
		<dc:creator>development</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[full text search]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://jdevelopment.nl/?p=145</guid>
		<description><![CDATA[We work with Postgresql and are very happy with the performance and the existence of the DB. We are also very happy with the new full text search. But what happened while we searched on the Postgresql website searching for documentation? We search on: http://search.postgresql.org/search?q=All Our result on the search term &#8220;ALL&#8221; was: &#8220;Your search [...]]]></description>
			<content:encoded><![CDATA[<p>We work with Postgresql and are very happy with the performance and the existence of the DB. We are also very happy with the new full text search.<br />
But what happened while we searched on the Postgresql website searching for documentation?<br />
We search on:<br />
<a href="http://search.postgresql.org/search?q=All">http://search.postgresql.org/search?q=All</a></p>
<p>Our result on the search term &#8220;<strong>ALL</strong>&#8221; was:</p>
<p>&#8220;<em>Your search for <strong>All</strong> returned no hits</em>&#8220;.</p>
<p>Searching for LIMIT ALL or &#8220;LIMIT ALL&#8221; (more specifically the thing I was searching for) the &#8220;ALL&#8221; was ignored and hits including &#8220;LIMIT&#8221; only were returned.</p>
<p>I tried some more words like, &#8220;This&#8221;,  &#8220;because&#8221; and &#8220;that&#8221;. None of them gave any result.</p>
<p>Look at the slogan on the right side of the site:<br />
&#8220;<strong>The world most advanced opensource database</strong>&#8220;?<br />
This give us some really nice thoughts! <img src='http://jdevelopment.nl/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' title="icon wink photo" /> </p>
<p><a href="http://jdevelopment.nl/wp-content/uploads/2009/04/postgresql_search_most_advanced_opensource_database.png"><img class="aligncenter size-full wp-image-168" title="searchall" src="http://jdevelopment.nl/wp-content/uploads/2009/04/searchall.png" alt="searchall Postgresql the most advanced opensource Database and full text search." width="472" height="272" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jdevelopment.nl/postgresql/postgresql-advanced-opensource-database-full-text-search/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
