<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>mysql query cache Archives - BlazeForce</title>
	<atom:link href="https://blazeforce.com/tag/mysql-query-cache/feed/" rel="self" type="application/rss+xml" />
	<link>https://blazeforce.com/tag/mysql-query-cache/</link>
	<description>Database Performance Consultants</description>
	<lastBuildDate>Thu, 04 May 2023 12:58:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://blazeforce.com/wp-content/uploads/2023/05/favicon-32x32-1.png</url>
	<title>mysql query cache Archives - BlazeForce</title>
	<link>https://blazeforce.com/tag/mysql-query-cache/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">44557568</site>	<item>
		<title>MySQL Query Cache</title>
		<link>https://blazeforce.com/mysql-query-cache/</link>
					<comments>https://blazeforce.com/mysql-query-cache/#comments</comments>
		
		<dc:creator><![CDATA[Justin]]></dc:creator>
		<pubDate>Fri, 20 May 2011 17:19:31 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql cache]]></category>
		<category><![CDATA[mysql query cache]]></category>
		<category><![CDATA[query cache]]></category>
		<guid isPermaLink="false">http://blog.blazeforce.com/?p=29</guid>

					<description><![CDATA[<p>&#160; MySQL is a powerful database system that is used to power millions of websites worldwide.&#160; There are several techniques you can use to get optimal performance from your database and one of those features is the MySQL query cache.&#160; The&#160; query cache works by storing the text of a [&#8230;]</p>
<p>The post <a href="https://blazeforce.com/mysql-query-cache/">MySQL Query Cache</a> appeared first on <a href="https://blazeforce.com">BlazeForce</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><center><a href="http://blog.blazeforce.com/wp-content/uploads/2011/05/mysql_logo.jpg"><img decoding="async" class="size-full wp-image-30 aligncenter" title="mysql_logo" src="http://blog.blazeforce.com/wp-content/uploads/2011/05/mysql_logo.jpg" alt="mysql" width="230" height="117"></a></center><br />
&nbsp;</p>
<p>MySQL is a powerful database system that is used to power millions of websites worldwide.&nbsp; There are several techniques you can use to get optimal performance from your database and one of those features is the MySQL query cache.&nbsp; The&nbsp; <strong>query cache</strong> works by storing the text of a <strong>SELECT</strong> statement so it can be used again without executing a whole new <strong>SELECT</strong> statement.&nbsp; Not only does it store the text but it also stores the result of that particular <strong>SELECT</strong> statement.&nbsp; You can see now how this would cut down server resources and ultimately make your site faster!<br />
&nbsp;</p>
<p>The MySQL query cache works best with database tables that don not change offer which is the case for many websites.  In web server environments the database tables typically stay the same while it&#8217;s the web pages that are dynamic.  It is important to note that the SELECT query must be exactly the same for the query cache.  This means that <strong>SELECT FIRSTNAME FROM STUDENTS</strong> is different than <strong>Select firstname from Students</strong> in the eyes of the query cache.</p>
<p>At BlazeForce we specialize in <a href="http://blazeforce.com/">MySQL web hosting</a> and we make sure your web environment is ideal for MySQL databases.  If you use a couple of well know techniques your website will run faster and that is what we are all after.</p>
<p>For more information about the MySQL query cache see the <a href="http://dev.mysql.com/doc/refman/5.1/en/query-cache.html">MySQL reference manual</a>.</p>
<p>The post <a href="https://blazeforce.com/mysql-query-cache/">MySQL Query Cache</a> appeared first on <a href="https://blazeforce.com">BlazeForce</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blazeforce.com/mysql-query-cache/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">29</post-id>	</item>
	</channel>
</rss>
