 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Database for OLTP</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 11:47:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: May 4, 2010 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76779</link>
		<dc:creator>The Most-Watched IT Questions: May 4, 2010 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 04 May 2010 06:31:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-76779</guid>
		<description><![CDATA[[...] Database for OLTP, asked by Akansha and answered by MrDenny and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Database for OLTP, asked by Akansha and answered by MrDenny and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Most-Watched Questions for April 27, 2010 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76524</link>
		<dc:creator>The Most-Watched Questions for April 27, 2010 - ITKE Community Blog</dc:creator>
		<pubDate>Tue, 27 Apr 2010 07:26:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-76524</guid>
		<description><![CDATA[[...] Database for OLTP asked by Akansha and answered by MrDenny and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Database for OLTP asked by Akansha and answered by MrDenny and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kccrosser</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76357</link>
		<dc:creator>kccrosser</dc:creator>
		<pubDate>Thu, 22 Apr 2010 18:32:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-76357</guid>
		<description><![CDATA[The first question you might ask is &quot;Do I need to care?&quot;.
Do you know the volume of transactions that you are planning to support?
Unless you are building a very serious high-volume transaction system, chances are that either system would work fine.
The Transaction Processing Performance Council (TPC) has defined standard measures of performance for transaction processing system and regularly publishes the results.
The latest results show Oracle as the fastest under the TPC-C processing model, with Oracle handling over 7.6 Million transactions per minute (on a $15 Million Sun SPARC cluster).
The fastest SQL Server reported is 1.23 Million transactions per minute (on a $6 Million HP Integrity Superdome system).
If you need more than 1 Million transactions per minute, then you should stick with Oracle (or even DB2).

Since you are mentioning &quot;standard edition&quot;, my guess is that you are looking for a system to do at most tens of thousands of transactions per minute, and even old Microsoft SQL Server 2000 Standard Edition could do over 10,000 transactions per minute on Proliant boxes 7-8 years ago.

If you look at the results by the platform, you will see that for the lower to middle of the performance spectrum, the two databases are relatively close in performance.

So - either system should easily handle the requirements.

The TPC results are available at:
&lt;a href=&quot;http://www.tpc.org/tpcc/results/tpcc_results.asp?print=false&amp;orderby=system&amp;sortby=asc&quot;&gt;http://www.tpc.org/tpcc/results/tpcc_results.asp?print=false&amp;orderby=system&amp;sortby=asc]]></description>
		<content:encoded><![CDATA[<p>The first question you might ask is &#8220;Do I need to care?&#8221;.<br />
Do you know the volume of transactions that you are planning to support?<br />
Unless you are building a very serious high-volume transaction system, chances are that either system would work fine.<br />
The Transaction Processing Performance Council (TPC) has defined standard measures of performance for transaction processing system and regularly publishes the results.<br />
The latest results show Oracle as the fastest under the TPC-C processing model, with Oracle handling over 7.6 Million transactions per minute (on a $15 Million Sun SPARC cluster).<br />
The fastest SQL Server reported is 1.23 Million transactions per minute (on a $6 Million HP Integrity Superdome system).<br />
If you need more than 1 Million transactions per minute, then you should stick with Oracle (or even DB2).</p>
<p>Since you are mentioning &#8220;standard edition&#8221;, my guess is that you are looking for a system to do at most tens of thousands of transactions per minute, and even old Microsoft SQL Server 2000 Standard Edition could do over 10,000 transactions per minute on Proliant boxes 7-8 years ago.</p>
<p>If you look at the results by the platform, you will see that for the lower to middle of the performance spectrum, the two databases are relatively close in performance.</p>
<p>So &#8211; either system should easily handle the requirements.</p>
<p>The TPC results are available at:<br />
<a href="http://www.tpc.org/tpcc/results/tpcc_results.asp?print=false&amp;orderby=system&amp;sortby=asc"></a><a href="http://www.tpc.org/tpcc/results/tpcc_results.asp?print=false&#038;orderby=system&#038;sortby=asc" rel="nofollow">http://www.tpc.org/tpcc/results/tpcc_results.asp?print=false&#038;orderby=system&#038;sortby=asc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akansha</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76321</link>
		<dc:creator>akansha</dc:creator>
		<pubDate>Thu, 22 Apr 2010 05:12:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-76321</guid>
		<description><![CDATA[yes i had looked at the pricing. But at some point or other both cost the same.]]></description>
		<content:encoded><![CDATA[<p>yes i had looked at the pricing. But at some point or other both cost the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76279</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:21:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-76279</guid>
		<description><![CDATA[Mrdenny gave you a link to his blog, where he compared prices and features.  Did you take a look ?]]></description>
		<content:encoded><![CDATA[<p>Mrdenny gave you a link to his blog, where he compared prices and features.  Did you take a look ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akansha</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76258</link>
		<dc:creator>akansha</dc:creator>
		<pubDate>Wed, 21 Apr 2010 04:46:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-76258</guid>
		<description><![CDATA[cost wise OLTP is cheaper in which database?

Is it Oracle 10g standard edition or Microsoft SQL 2008 enterprise edition?]]></description>
		<content:encoded><![CDATA[<p>cost wise OLTP is cheaper in which database?</p>
<p>Is it Oracle 10g standard edition or Microsoft SQL 2008 enterprise edition?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76245</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:43:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-76245</guid>
		<description><![CDATA[Both Oracle 10g standard edition and SQL Server 2008 enterprise edition support OLTP.

&#039;Which is better&#039; is a question that won&#039;t easily get a definitive answer.  You have been asking different questions about these platforms, and I assume you are also using other research sources.  When you have enough information you will probably make a decision about which one is better &lt;b&gt;for you&lt;/b&gt; (in terms of features, cost, etc).]]></description>
		<content:encoded><![CDATA[<p>Both Oracle 10g standard edition and SQL Server 2008 enterprise edition support OLTP.</p>
<p>&#8216;Which is better&#8217; is a question that won&#8217;t easily get a definitive answer.  You have been asking different questions about these platforms, and I assume you are also using other research sources.  When you have enough information you will probably make a decision about which one is better <b>for you</b> (in terms of features, cost, etc).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akansha</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-for-oltp/#comment-76210</link>
		<dc:creator>akansha</dc:creator>
		<pubDate>Tue, 20 Apr 2010 04:26:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-76210</guid>
		<description><![CDATA[to be more specefic, does oracle 10g standard edition supports OLTP?

Does Microsoft SQl 2008 enterprise edition support OLTP?

Which is better?]]></description>
		<content:encoded><![CDATA[<p>to be more specefic, does oracle 10g standard edition supports OLTP?</p>
<p>Does Microsoft SQl 2008 enterprise edition support OLTP?</p>
<p>Which is better?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 366/369 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 12:13:17 -->