<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4-beta" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Database Testing Continues</title>
	<link>http://feedlounge.com/blog/2005/08/14/database-testing-continues/</link>
	<description>FeedLounge is a state of the art web-based feed reader.</description>
	<pubDate>Mon, 13 Oct 2008 05:59:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4-beta</generator>

	<item>
		<title>by: Dan</title>
		<link>http://feedlounge.com/blog/2005/08/14/database-testing-continues/#comment-273</link>
		<pubDate>Tue, 30 Aug 2005 04:26:32 +0000</pubDate>
		<guid>http://feedlounge.com/blog/2005/08/14/database-testing-continues/#comment-273</guid>
					<description>why not Postgresql?</description>
		<content:encoded><![CDATA[<p>why not Postgresql?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Kevin Burton</title>
		<link>http://feedlounge.com/blog/2005/08/14/database-testing-continues/#comment-254</link>
		<pubDate>Mon, 15 Aug 2005 07:19:28 +0000</pubDate>
		<guid>http://feedlounge.com/blog/2005/08/14/database-testing-continues/#comment-254</guid>
					<description>Another piece of advice is to test under page load. 

For example assume users are coming to your site while the DB has NOTHING buffered into memory.  This way you can factor in worse case scenario.

If you want to duplicate this you can cat 5G file (memory +1G) to /dev/null .  This way you'll clear your filesystem buffer which is important for MyISAM.  If you're on INNODB don't worry about it.. just restart mysql.

This is SUPER important because as your data grows your tests won't hold up because the probability that data on disk is not in memory is high.

This rises as you aggregate more but your memory footprint stays the same.</description>
		<content:encoded><![CDATA[<p>Another piece of advice is to test under page load. </p>
<p>For example assume users are coming to your site while the DB has NOTHING buffered into memory.  This way you can factor in worse case scenario.</p>
<p>If you want to duplicate this you can cat 5G file (memory +1G) to /dev/null .  This way you&#8217;ll clear your filesystem buffer which is important for MyISAM.  If you&#8217;re on INNODB don&#8217;t worry about it.. just restart mysql.</p>
<p>This is SUPER important because as your data grows your tests won&#8217;t hold up because the probability that data on disk is not in memory is high.</p>
<p>This rises as you aggregate more but your memory footprint stays the same.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
