<?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: Marketing Efforts Prove SunFire T2000 Is Not Fit For Oracle.</title>
	<atom:link href="http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/</link>
	<description>Oracle-related Platform, Storage and Clustering Topics (with the occasional rant)</description>
	<pubDate>Mon, 13 Oct 2008 15:25:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oracle Performance on Sun&#8217;s &#8220;Rock&#8221; Processors and Oracle Scalability &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-32711</link>
		<dc:creator>Oracle Performance on Sun&#8217;s &#8220;Rock&#8221; Processors and Oracle Scalability &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</dc:creator>
		<pubDate>Mon, 09 Jun 2008 21:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-32711</guid>
		<description>[...] the already planned follow-on 45nm offering will up the ante even more. I recently blogged about Sun CoolThreads &#8220;Niagra&#8221; performance with Oracle. Fact is that shops currently running Oracle on SPARC hardware of the Ultra Enterprise class can [...]</description>
		<content:encoded><![CDATA[<p>[...] the already planned follow-on 45nm offering will up the ante even more. I recently blogged about Sun CoolThreads &#8220;Niagra&#8221; performance with Oracle. Fact is that shops currently running Oracle on SPARC hardware of the Ultra Enterprise class can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-26700</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Fri, 02 Nov 2007 16:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-26700</guid>
		<description>Tim,

   I too have seen several people disappointed with T2000 performance, at least initially.

   Most of the time there is no need to change their coding practices though... it is usually a matter of changing their testing methodology.

   The T2000s CPU was created because most real world loads have high clock rate (Intel, AMD, Power, SPARC) CPUs spending only 20% of their time running full speed and 80% of their time waiting for memory.

   Many people benchmark machines with small data sets that tend to be representative of real world loads only when comparing traditional architecture (high clock rate) chips.  If your benchmark, even heavily multithreaded, has the CPUs operating largely from within cache, traditional architecture CPUs are going to outperform the T2000 by potentially large margins due to higher clockrates and deeper pipelines.  With no cache misses, the T2000 operates like 8 slow traditional architecture cores, but with a high cache miss rate, it operates as well or sometimes better than 32 fast traditional architecture cores.

   I've seen the likes of a Java benchmark that showed 8 Opteron cores outperform an 8 core (32 thread) T2000 by 25% when using their benchmark data set of 500MB; when told their real world data size was 20GB, we asked them to try that.  They ended up trying a 2GB data size as a compromize and now the T2000 was *outperforming* those same 8 Opteron cores by 30%.  I've seen JBOSS app server benchmarks where a 200 user simulated load shows the T2000 to be 10% slower than an 8x1.8Ghz UltraSPARC IV+ (V490) machine...but the same benchmark with 400 simulated users shows the T2000 to be 25% faster.

   You do have to load the T2000 up to see it shine.  The good news is most multithreaded server applications these days are perfectly capable of taking advantage of the architecture with *no* coding changes.  Just beware of artificially small data set benchmarks that do not properly reflect the capabilities of the T2000.

   Though the T2000 starts out single-threaded, small data set loads far behind traditional architecture multiprocessor systems, as the concurrency and data sizes both increase (as is inevitable in most real world installations), the T2000 degrades an order of magnitude "more gracefully" than traditional CPU architectures.

Cheers,

   Bruce</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>   I too have seen several people disappointed with T2000 performance, at least initially.</p>
<p>   Most of the time there is no need to change their coding practices though&#8230; it is usually a matter of changing their testing methodology.</p>
<p>   The T2000s CPU was created because most real world loads have high clock rate (Intel, AMD, Power, SPARC) CPUs spending only 20% of their time running full speed and 80% of their time waiting for memory.</p>
<p>   Many people benchmark machines with small data sets that tend to be representative of real world loads only when comparing traditional architecture (high clock rate) chips.  If your benchmark, even heavily multithreaded, has the CPUs operating largely from within cache, traditional architecture CPUs are going to outperform the T2000 by potentially large margins due to higher clockrates and deeper pipelines.  With no cache misses, the T2000 operates like 8 slow traditional architecture cores, but with a high cache miss rate, it operates as well or sometimes better than 32 fast traditional architecture cores.</p>
<p>   I&#8217;ve seen the likes of a Java benchmark that showed 8 Opteron cores outperform an 8 core (32 thread) T2000 by 25% when using their benchmark data set of 500MB; when told their real world data size was 20GB, we asked them to try that.  They ended up trying a 2GB data size as a compromize and now the T2000 was *outperforming* those same 8 Opteron cores by 30%.  I&#8217;ve seen JBOSS app server benchmarks where a 200 user simulated load shows the T2000 to be 10% slower than an 8&#215;1.8Ghz UltraSPARC IV+ (V490) machine&#8230;but the same benchmark with 400 simulated users shows the T2000 to be 25% faster.</p>
<p>   You do have to load the T2000 up to see it shine.  The good news is most multithreaded server applications these days are perfectly capable of taking advantage of the architecture with *no* coding changes.  Just beware of artificially small data set benchmarks that do not properly reflect the capabilities of the T2000.</p>
<p>   Though the T2000 starts out single-threaded, small data set loads far behind traditional architecture multiprocessor systems, as the concurrency and data sizes both increase (as is inevitable in most real world installations), the T2000 degrades an order of magnitude &#8220;more gracefully&#8221; than traditional CPU architectures.</p>
<p>Cheers,</p>
<p>   Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-24307</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 21 Sep 2007 03:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-24307</guid>
		<description>Hi Guys

Yes, I agree, the T2000 is all about throughput. The whitepapers are very silent on the simple fact that although you can run 1000 things in parallel and get amazing throughput, sadly each request will take an appalingly long time to complete ;-).

I've come across the T2K at a couple of customer sites now, and in real world (vs: test lab or hypothetical) scenarios, the T2K's appear to be struggling to meet the expectations of the business. 
Whether customers have been led to expect V8xx performance for a V2xx price (which indeed appears to be the case) will doubtless come out in the fullness of time.

My personal belief is that vendors and developers would have to be convinced there was a ground swell of movement in this direction and fundamentally change their coding practices to suit for this kind of architecture to be of any use.

The reality appears to be that the ground swell is in the other direction towards cheaper and faster alternatives...</description>
		<content:encoded><![CDATA[<p>Hi Guys</p>
<p>Yes, I agree, the T2000 is all about throughput. The whitepapers are very silent on the simple fact that although you can run 1000 things in parallel and get amazing throughput, sadly each request will take an appalingly long time to complete ;-).</p>
<p>I&#8217;ve come across the T2K at a couple of customer sites now, and in real world (vs: test lab or hypothetical) scenarios, the T2K&#8217;s appear to be struggling to meet the expectations of the business.<br />
Whether customers have been led to expect V8xx performance for a V2xx price (which indeed appears to be the case) will doubtless come out in the fullness of time.</p>
<p>My personal belief is that vendors and developers would have to be convinced there was a ground swell of movement in this direction and fundamentally change their coding practices to suit for this kind of architecture to be of any use.</p>
<p>The reality appears to be that the ground swell is in the other direction towards cheaper and faster alternatives&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fawcett</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22672</link>
		<dc:creator>Glenn Fawcett</dc:creator>
		<pubDate>Tue, 21 Aug 2007 23:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22672</guid>
		<description>Yep, JBOSS "boot" time will be better on an AMD chip since is it is a single-threaded process running a 3x faster clock with a large cpu cache.  If ALL you want to do is boot the system and do ONE thing at a time fast, then the AMD64 box is a better choice.  

The T2000 is about throughput.  After you get past the boot, how did it perform?  How many threads?  What was the TPS? I recently wrote an entry my blog regarding the throughput of the T2000.

   http://blogs.sun.com/glennf/entry/getting_past_go_with_sparc

Hope this helps,
Glenn</description>
		<content:encoded><![CDATA[<p>Yep, JBOSS &#8220;boot&#8221; time will be better on an AMD chip since is it is a single-threaded process running a 3x faster clock with a large cpu cache.  If ALL you want to do is boot the system and do ONE thing at a time fast, then the AMD64 box is a better choice.  </p>
<p>The T2000 is about throughput.  After you get past the boot, how did it perform?  How many threads?  What was the TPS? I recently wrote an entry my blog regarding the throughput of the T2000.</p>
<p>   <a href="http://blogs.sun.com/glennf/entry/getting_past_go_with_sparc" rel="nofollow">http://blogs.sun.com/glennf/entry/getting_past_go_with_sparc</a></p>
<p>Hope this helps,<br />
Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinclosson</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22668</link>
		<dc:creator>kevinclosson</dc:creator>
		<pubDate>Tue, 21 Aug 2007 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22668</guid>
		<description>Tim,

  Very interesting feedback. I don't know enough about the J2EE layer to know how demanding it is on floating point, but that would serialize  at least that layer of your stack...the Database really should not perform that poorly on T2000...maybe Glenn Fawcett will chime in...Glenn?</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>  Very interesting feedback. I don&#8217;t know enough about the J2EE layer to know how demanding it is on floating point, but that would serialize  at least that layer of your stack&#8230;the Database really should not perform that poorly on T2000&#8230;maybe Glenn Fawcett will chime in&#8230;Glenn?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22667</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 21 Aug 2007 22:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22667</guid>
		<description>Interesting.
I have deployed a large J2EE provisioning app on T2000, using 10g backend, also on T2000's.
Performance is pretty poor, as this is essentially a sequential process engine. Yes, I can run many of these in parallel without upsetting the T2k's but we're primarily interested in end to end response time, not the number we can run concurrently.
I shifted all this (db and app) to two Sun AMD64 boxes running good old SuSE9, and saw a 5 fold performance improvement.
Still more investigation to do, (eg) there could be issue with the T2000's san connection, but simple indicators such as jboss boot time ( 40 secs on AMD vs: 3:30 on T2000) suggest not all is right with the T2k.</description>
		<content:encoded><![CDATA[<p>Interesting.<br />
I have deployed a large J2EE provisioning app on T2000, using 10g backend, also on T2000&#8217;s.<br />
Performance is pretty poor, as this is essentially a sequential process engine. Yes, I can run many of these in parallel without upsetting the T2k&#8217;s but we&#8217;re primarily interested in end to end response time, not the number we can run concurrently.<br />
I shifted all this (db and app) to two Sun AMD64 boxes running good old SuSE9, and saw a 5 fold performance improvement.<br />
Still more investigation to do, (eg) there could be issue with the T2000&#8217;s san connection, but simple indicators such as jboss boot time ( 40 secs on AMD vs: 3:30 on T2000) suggest not all is right with the T2k.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Multi-Core Processors? Lots, and Lots of Cores! &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22649</link>
		<dc:creator>Multi-Core Processors? Lots, and Lots of Cores! &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</dc:creator>
		<pubDate>Tue, 21 Aug 2007 16:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-22649</guid>
		<description>[...] that Intel has an 80-core (not x86 compatible though) chip in demo state. Sun, of course, has the Niagra and now there is this 64-core chip where each core can run its own copy of Linux. Even though the [...]</description>
		<content:encoded><![CDATA[<p>[...] that Intel has an 80-core (not x86 compatible though) chip in demo state. Sun, of course, has the Niagra and now there is this 64-core chip where each core can run its own copy of Linux. Even though the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Application Server Benchmark Proves PostgreSQL Is The Best Enterprise Database Server. New SPECjAppServer2004 Cost Metric Introduced Too! &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-19613</link>
		<dc:creator>Application Server Benchmark Proves PostgreSQL Is The Best Enterprise Database Server. New SPECjAppServer2004 Cost Metric Introduced Too! &#171; Kevin Closson&#8217;s Oracle Blog: Platform, Storage &#38; Clustering Topics Related to Oracle Databases</dc:creator>
		<pubDate>Wed, 18 Jul 2007 20:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-19613</guid>
		<description>[...] day billed as “a good day for Open Source”, Sun published a SPECjAppServer2004 result using the Sun Niagra platform running PostgreSQL backing 3 Application Servers running Sun Java Systems Application [...]</description>
		<content:encoded><![CDATA[<p>[...] day billed as “a good day for Open Source”, Sun published a SPECjAppServer2004 result using the Sun Niagra platform running PostgreSQL backing 3 Application Servers running Sun Java Systems Application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fawcett</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-14408</link>
		<dc:creator>Glenn Fawcett</dc:creator>
		<pubDate>Mon, 04 Jun 2007 19:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-14408</guid>
		<description>Below are some links to resources and an email alias designed to help Sun customers of the "try-and-buy" program.  Keep in mind, that the T2000 is a throughput based machine as this blog points out.  If your application has too much serial like a single threaded batch job, then performance will not match traditional architectures.  This box shines when you load it up.

http://www.sun.com/servers/coolthreads/tnb/applications_oracle.jsp
http://www.solarisinternals.com/wiki/index.php/Solaris_Internals_and_Performance_FAQ

Finally, feel free to drop me a note "Glenn.Fawcett@Sun.com" or use the  our T2000 experts alias "External_T2000_Experts@sun.com

take care,
Glenn</description>
		<content:encoded><![CDATA[<p>Below are some links to resources and an email alias designed to help Sun customers of the &#8220;try-and-buy&#8221; program.  Keep in mind, that the T2000 is a throughput based machine as this blog points out.  If your application has too much serial like a single threaded batch job, then performance will not match traditional architectures.  This box shines when you load it up.</p>
<p><a href="http://www.sun.com/servers/coolthreads/tnb/applications_oracle.jsp" rel="nofollow">http://www.sun.com/servers/coolthreads/tnb/applications_oracle.jsp</a><br />
<a href="http://www.solarisinternals.com/wiki/index.php/Solaris_Internals_and_Performance_FAQ" rel="nofollow">http://www.solarisinternals.com/wiki/index.php/Solaris_Internals_and_Performance_FAQ</a></p>
<p>Finally, feel free to drop me a note &#8220;Glenn.Fawcett@Sun.com&#8221; or use the  our T2000 experts alias &#8220;External_T2000_Experts@sun.com</p>
<p>take care,<br />
Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbar</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-14267</link>
		<dc:creator>mbar</dc:creator>
		<pubDate>Mon, 04 Jun 2007 08:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-14267</guid>
		<description>Love the idea of a T2000 running Oracle, but our experiences are somewhat disappointing. Does anyone have any hints/tips/links that give a good account of how to tune Oracle on T2000s?</description>
		<content:encoded><![CDATA[<p>Love the idea of a T2000 running Oracle, but our experiences are somewhat disappointing. Does anyone have any hints/tips/links that give a good account of how to tune Oracle on T2000s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimbob</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-11693</link>
		<dc:creator>Jimbob</dc:creator>
		<pubDate>Thu, 24 May 2007 12:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-11693</guid>
		<description>This is good stuff.   Any more contractors out there with anecdotes one way or the other.  Empirical evidence helps us sleep at night !</description>
		<content:encoded><![CDATA[<p>This is good stuff.   Any more contractors out there with anecdotes one way or the other.  Empirical evidence helps us sleep at night !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alison</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-7051</link>
		<dc:creator>Alison</dc:creator>
		<pubDate>Fri, 13 Apr 2007 13:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-7051</guid>
		<description>I just want to say thanks for taking the time to post this, I found this very interesting indeed.</description>
		<content:encoded><![CDATA[<p>I just want to say thanks for taking the time to post this, I found this very interesting indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-1060</link>
		<dc:creator>Leonid</dc:creator>
		<pubDate>Sun, 21 Jan 2007 03:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-1060</guid>
		<description>For those who claim Oracle does not perform on these machines:
Sun E6500 with 28x400MHz USII (8M L2 cache) with 28GB of RAM running E-Business Suite payroll module process (Generate Run Balances) takes 35% more time compared to T2000 with UST1 (1GHz, 8 cores) with 16GB of RAM. Everything else is the same (EMC Clariion 4700 with 40 drives). For those who don't know what E6500 is and what size it is, there is an answer: go to the kitchen, find your biggest appliance there and make it 12000 BTU/hr heat producting appliance instead of cooling appliance.</description>
		<content:encoded><![CDATA[<p>For those who claim Oracle does not perform on these machines:<br />
Sun E6500 with 28&#215;400MHz USII (8M L2 cache) with 28GB of RAM running E-Business Suite payroll module process (Generate Run Balances) takes 35% more time compared to T2000 with UST1 (1GHz, 8 cores) with 16GB of RAM. Everything else is the same (EMC Clariion 4700 with 40 drives). For those who don&#8217;t know what E6500 is and what size it is, there is an answer: go to the kitchen, find your biggest appliance there and make it 12000 BTU/hr heat producting appliance instead of cooling appliance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jit Biswas</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-939</link>
		<dc:creator>Jit Biswas</dc:creator>
		<pubDate>Wed, 17 Jan 2007 20:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-939</guid>
		<description>Good blog! To all those people trying to adopt Linux the T2000 is a very good choice for both Application Server and Database Server. You pay a lot less in hardwar and licensing costs too. Recntly I was at a customer site (a very big tax software company!) and they are replacing almost everything they have including bigger boxes to T2000 (except for the really big ERP database which resides on a Sun F15K) and they're happy with all the benchmarking they have done!</description>
		<content:encoded><![CDATA[<p>Good blog! To all those people trying to adopt Linux the T2000 is a very good choice for both Application Server and Database Server. You pay a lot less in hardwar and licensing costs too. Recntly I was at a customer site (a very big tax software company!) and they are replacing almost everything they have including bigger boxes to T2000 (except for the really big ERP database which resides on a Sun F15K) and they&#8217;re happy with all the benchmarking they have done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UnixGuru</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-335</link>
		<dc:creator>UnixGuru</dc:creator>
		<pubDate>Mon, 11 Dec 2006 18:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-335</guid>
		<description>As a consultant, I have seen this little T2000 box do well with OLTP workloads on Oracle.  Its designed for doing lots of things at the same time, like Oracle, Apache, and many of the J2EE App Servers out there.  Not mention you pay Oracle less $$ for licenses. 

I have seen many of these take hold in large companies with large web presences.</description>
		<content:encoded><![CDATA[<p>As a consultant, I have seen this little T2000 box do well with OLTP workloads on Oracle.  Its designed for doing lots of things at the same time, like Oracle, Apache, and many of the J2EE App Servers out there.  Not mention you pay Oracle less $$ for licenses. </p>
<p>I have seen many of these take hold in large companies with large web presences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Fawcett</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-227</link>
		<dc:creator>Glenn Fawcett</dc:creator>
		<pubDate>Fri, 01 Dec 2006 21:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-227</guid>
		<description>Nice post :)

Most customers that I run into running on the T2000 with Oracle absolutely love it.  You get 8 cores and 32 treads with the throughput of a E10K in a pizza box...  AND you only have to pay for 2 Oracle licenses....  No, I didn't stutter.  Massive throughput and only 2 Oracle licenses.</description>
		<content:encoded><![CDATA[<p>Nice post <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Most customers that I run into running on the T2000 with Oracle absolutely love it.  You get 8 cores and 32 treads with the throughput of a E10K in a pizza box&#8230;  AND you only have to pay for 2 Oracle licenses&#8230;.  No, I didn&#8217;t stutter.  Massive throughput and only 2 Oracle licenses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevinclosson</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-222</link>
		<dc:creator>kevinclosson</dc:creator>
		<pubDate>Thu, 30 Nov 2006 22:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-222</guid>
		<description>No, not stupid at all...

BCD... pretty much like all the other RDBMS engines ...
http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14261/datatypes.htm</description>
		<content:encoded><![CDATA[<p>No, not stupid at all&#8230;</p>
<p>BCD&#8230; pretty much like all the other RDBMS engines &#8230;<br />
<a href="http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14261/datatypes.htm" rel="nofollow">http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14261/datatypes.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit poddar</title>
		<link>http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-221</link>
		<dc:creator>amit poddar</dc:creator>
		<pubDate>Thu, 30 Nov 2006 22:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://kevinclosson.wordpress.com/2006/11/30/marketing-efforts-prove-sunfire-t2000-is-not-fit-for-oracle/#comment-221</guid>
		<description>Hi,

This will sound stupid.

If oracle does not do any floating point operations 
then how doew oracle do operations on NUMBER(10,2) columns ?

thanks
amit</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This will sound stupid.</p>
<p>If oracle does not do any floating point operations<br />
then how doew oracle do operations on NUMBER(10,2) columns ?</p>
<p>thanks<br />
amit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
