<?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>PHP App Engine &#187; RDS</title>
	<atom:link href="http://php-app-engine.com/category/how-to/howto-rds/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-app-engine.com</link>
	<description>Clouds and NoSQL - by Smart Robot</description>
	<lastBuildDate>Thu, 05 Aug 2010 22:57:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatically scaling a LAMP application in the cloud</title>
		<link>http://php-app-engine.com/2010/how-to/automatically-scaling-a-lamp-application-in-the-cloud/</link>
		<comments>http://php-app-engine.com/2010/how-to/automatically-scaling-a-lamp-application-in-the-cloud/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 02:39:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cluster Architecture]]></category>
		<category><![CDATA[HowTos]]></category>
		<category><![CDATA[LoadBalancing]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=819</guid>
		<description><![CDATA[http://www.lindstromconsulting.com/node/8
In the previous article on the subject of cloud computing using AWS, we setup a simple LAMP application that used a single web server to present data that was queried from a single RDS instance. In this guide we will see how to save the changes we made to the EC2 instance, create more EC2 [...]]]></description>
		<wfw:commentRss>http://php-app-engine.com/2010/how-to/automatically-scaling-a-lamp-application-in-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tpcc-mysql rough benchmark for Amazon RDS</title>
		<link>http://php-app-engine.com/2009/performance/tpcc-mysql-rough-benchmark-for-amazon-rds/</link>
		<comments>http://php-app-engine.com/2009/performance/tpcc-mysql-rough-benchmark-for-amazon-rds/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 17:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Money]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=646</guid>
		<description><![CDATA[http://zuzara.com/blog/2009/11/01/tpcc-mysql-rough-benchmark-for-amazon-rds/
I tried to do tpcc-mysql benchmark for Amazon RDS. Before do that, did the same test for EC2 small instance.
This is a pretty rough benchmark, but I can say EC2 small instance and RDS small instance have the same performances as CPU and memory are the same spec. RDS is about 30% expensive. (EC2=$0.085, RDS=$0.11/h)
]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/performance/tpcc-mysql-rough-benchmark-for-amazon-rds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capturing slow queries on Amazon RDS</title>
		<link>http://php-app-engine.com/2009/how-to/capturing-slow-queries-on-amazon-rds/</link>
		<comments>http://php-app-engine.com/2009/how-to/capturing-slow-queries-on-amazon-rds/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 23:27:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=509</guid>
		<description><![CDATA[http://blog.hori-uchi.com/2009/11/amazonrdsslow-query.html
$ rds-modify-db-parameter-group acme-param-grp \
&#8211;parameters=&#8221;name=slow_query_log, value=ON, method=immediate&#8221; \
&#8211;parameters=&#8221;name=long_query_time, value=1, method=immediate&#8221; \
&#8211;parameters=&#8221;name=min_examined_row_limit, value=100, method=immediate&#8221;
]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/how-to/capturing-slow-queries-on-amazon-rds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Databases on AWS</title>
		<link>http://php-app-engine.com/2009/how-to/running-databases-on-aws/</link>
		<comments>http://php-app-engine.com/2009/how-to/running-databases-on-aws/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:37:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=466</guid>
		<description><![CDATA[http://aws.amazon.com/running_databases/

This page contains the following categories of information. 
    * Amazon EC2 Relational Database AMIs
    * Amazon Relational Database Service (Amazon RDS)
    * Amazon SimpleDB
    * Storage Practices and Backups
    * Security
    * Documentation and Case Studies

]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/how-to/running-databases-on-aws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Things to Know About Amazon RDS</title>
		<link>http://php-app-engine.com/2009/how-to/howto-rds/top-10-things-to-know-about-amazon-rds/</link>
		<comments>http://php-app-engine.com/2009/how-to/howto-rds/top-10-things-to-know-about-amazon-rds/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 02:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=462</guid>
		<description><![CDATA[http://www.webyog.com/blog/2009/11/16/top-10-things-to-know-about-amazon-rds/
10. Amazon RDS uses a patched version of MySQL 5.1.38. While several discussions within MySQL forums allude to a growing concern that Amazon may not have the required expertise for upgrading and maintaining patched versions of MySQL, the fact still remains that Amazon has enough resources to just buy them from other vendors who do. [...]]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/how-to/howto-rds/top-10-things-to-know-about-amazon-rds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Amazon RDS – The Beginner’s Guide</title>
		<link>http://php-app-engine.com/2009/how-to/amazon-rds-%e2%80%93-the-beginner%e2%80%99s-guide/</link>
		<comments>http://php-app-engine.com/2009/how-to/amazon-rds-%e2%80%93-the-beginner%e2%80%99s-guide/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 21:21:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=398</guid>
		<description><![CDATA[http://www.webyog.com/blog/2009/11/06/amazon-rds-the-beginners-guide/
On the eve of Microsoft’s announcement of the public release of SQL Azure Database, Amazon decides to release RDS. And that, too, after having resisted users’ demands for a relational database service for a very long time. Preemptive action, perhaps? Whatever it may be, I believe that such a healthy competition can do much good [...]]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/how-to/amazon-rds-%e2%80%93-the-beginner%e2%80%99s-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon RDS and Django</title>
		<link>http://php-app-engine.com/2009/how-to/amazon-rds-and-django/</link>
		<comments>http://php-app-engine.com/2009/how-to/amazon-rds-and-django/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 06:40:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HowTos]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=351</guid>
		<description><![CDATA[http://www.lonelycode.com/2009/10/27/amazon-rds-and-django/

Amazon has recently released a long-awaited feature addition to it’s Web Services infrastructure: Relational Databases. Having for a long time only had SimpleDB on offer (non-relational and weird to implement), it’s always been something of a struggle to get MySQL running on EC2.
Traditionally one would have to set up a block storage device, mount it, [...]]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/how-to/amazon-rds-and-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Launches Hosted MySQL Database Cloud Service</title>
		<link>http://php-app-engine.com/2009/how-to/howto-mysql/amazon-launches-hosted-mysql-database-cloud-service/</link>
		<comments>http://php-app-engine.com/2009/how-to/howto-mysql/amazon-launches-hosted-mysql-database-cloud-service/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 17:21:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[RDS]]></category>

		<guid isPermaLink="false">http://php-app-engine.com/?p=342</guid>
		<description><![CDATA[http://www.techcrunch.com/2009/10/26/amazon-launch-relational-database-cloud-service/
Amazon has launched a hosted relational database service, Amazon RDS, as part of the suite of services available at AWS. The new service is a hosted MySQL database instance with the full capabilities and access rights as a normal self-hosted DB. 
]]></description>
		<wfw:commentRss>http://php-app-engine.com/2009/how-to/howto-mysql/amazon-launches-hosted-mysql-database-cloud-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
