<?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"
>

<channel>
	<title>performance scalability</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/performance-scalability/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>performance scalability</description>
	<pubDate>Sun, 14 Mar 2010 16:17:41+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Database development norms</title>
		<link>http://www.codeweblog.com/database-development-norms/</link>
		<comments>http://www.codeweblog.com/database-development-norms/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 00:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[design principles]]></category>
<category><![CDATA[data sheets]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[performance scalability]]></category>
<category><![CDATA[composite keys]]></category>
<category><![CDATA[relational database]]></category>
<category><![CDATA[norms]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[decomposition]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[database development]]></category>
<category><![CDATA[data integrity]]></category>
<category><![CDATA[data redundancy]]></category>
<category><![CDATA[storage table]]></category>
<category><![CDATA[3nf]]></category>
<category><![CDATA[index design]]></category>
<category><![CDATA[automatic id]]></category>
<category><![CDATA[key field]]></category>
<category><![CDATA[regularization]]></category>
<category><![CDATA[standardization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/database-development-norms/</guid>
		<description><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...]]></description>
		<content:encoded><![CDATA[Database development norms Database development norms 1. Field data sheets and design Table design principles 1, standardization and regularization Standardization of data in the database help to elim ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/software-performance/" title="Software Performance">Software Performance</a> 2009-03-01 06:35:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-ii-study-notes/" title="Hibernate II Study Notes">Hibernate II Study Notes</a> 2009-02-28 15:59:32</li>
					<li><a href="http://www.codeweblog.com/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/reprint-java-professionals-required-books-and-list-of-sites/" title="[Reprint] Java professionals required books and list of sites">[Reprint] Java professionals required books and list of sites</a> 2009-02-27 11:22:03</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/database-development-norms/</wfw:commentRss>
	</item>
		<item>
		<title>Software Performance</title>
		<link>http://www.codeweblog.com/software-performance/</link>
		<comments>http://www.codeweblog.com/software-performance/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 06:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[problem architecture]]></category>
<category><![CDATA[system bottlenecks]]></category>
<category><![CDATA[thread synchronization]]></category>
<category><![CDATA[architecture database]]></category>
<category><![CDATA[code memory]]></category>
<category><![CDATA[data servers]]></category>
<category><![CDATA[code performance]]></category>
<category><![CDATA[software performance]]></category>
<category><![CDATA[resource competition]]></category>
<category><![CDATA[utilization system]]></category>
<category><![CDATA[competition design]]></category>
<category><![CDATA[performance code]]></category>
<category><![CDATA[visual performance]]></category>
<category><![CDATA[application servers]]></category>
<category><![CDATA[architecture design]]></category>
<category><![CDATA[performance manager]]></category>
<category><![CDATA[system architecture]]></category>
<category><![CDATA[request time]]></category>
<category><![CDATA[system performance]]></category>
<category><![CDATA[performance scalability]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/software-performance/</guid>
		<description><![CDATA[1.1 Software Performance In general, the performance is an indicator that the software system or component to its timeliness requirements in line with the level; followed by software performance, are  ...]]></description>
		<content:encoded><![CDATA[1.1 Software Performance In general, the performance is an indicator that the software system or component to its timeliness requirements in line with the level; followed by software performance, are  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-performance-tuning-the-focus-of-understanding/" title="Hibernate performance tuning (the focus of understanding)">Hibernate performance tuning (the focus of understanding)</a> 2009-03-03 10:26:40</li>
					<li><a href="http://www.codeweblog.com/the-real-design-and-coding/" title="The real design and coding">The real design and coding</a> 2009-03-02 23:05:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-easy-extract/" title="Hibernate easy extract">Hibernate easy extract</a> 2009-03-02 12:05:14</li>
					<li><a href="http://www.codeweblog.com/strength-of-live-practice-teaching-materials-suitable-for-each-person-team-look-ufida-hua-table-cto-talk-about-out-of-the-software-factory/" title="Strength of live practice teaching materials, suitable for each person team look - UFIDA Hua Table CTO talk about "out of the software factory"">Strength of live practice teaching materials, suitable for each person team look - UFIDA Hua Table CTO talk about "out of the software factory"</a> 2009-03-01 09:50:02</li>
					<li><a href="http://www.codeweblog.com/web-test-summary-architecture-design-the-best-part/" title="WEB test summary (architecture, design) the best part">WEB test summary (architecture, design) the best part</a> 2009-03-01 07:40:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/software-performance/</wfw:commentRss>
	</item>
	</channel>
</rss>
