<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
			<channel>
            <atom:link href="http://blog.classsoftware.com/rss.cfm?mode=full" rel="self" type="application/rss+xml" />
			<title>Class Software - Performance</title>
			<link>http://blog.classsoftware.com/index.cfm</link>
			<description>Web technologies and applications focusing on ColdFusion, Flex and Flash.</description>
			<image>
    			<title>Class Software</title>
    			<url>http://www.classsoftware.com/images/logosm.gif</url>
    			<link>http://blog.classsoftware.com/index.cfm</link>
			</image>			
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 05:24:06 +1000</pubDate>
			<lastBuildDate>Sat, 12 May 2007 09:00:00 +1000</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>justin@classsoftware.com (Justin Mclean)</managingEditor>
			<webMaster>justin@classsoftware.com (Justin Mclean)</webMaster>
				
			
			
			
			
			<item>
				<title>ColdFusion Database Indexes</title>
				<link>http://blog.classsoftware.com/index.cfm/2007/5/12/ColdFusion-Database-Indexes</link>
				<description>
				
				The most common problem I&apos;ve run into with applications slow performance is the lack of indexes on the databases. Sometimes this is just because the application ran fine with a small amount of data but now is working off a larger amount, or the application is being used in unexpected ways (running less &apos;common&apos; queries run more often), or the production environment doesn&apos;t have the same indexes as the development environment or worse case the indexes were never created in the first place.

Without indexes queries can take seconds with indexes they take milliseconds!
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Database</category>				
				
				<category>Performance</category>				
				
				<pubDate>Sat, 12 May 2007 09:00:00 +1000</pubDate>
				<guid>http://blog.classsoftware.com/index.cfm/2007/5/12/ColdFusion-Database-Indexes</guid>
				
			</item>
			
		 	
			</channel></rss>