Slashdot Mirror


HP Publishs First Linux TPC-C Benchmarks

The first ever official TPC-C benchmark on a Linux system has been published. This was run on a cluster of 32 HP servers with Intel Xeon CPUs, running Redhat Linux and Oracle RDBMS. The system had over 18 terabytes of storage, and cost over 2 million US dollars. Performance was higher than a similar system running on MS Windows.

54 of 188 comments (clear)

  1. Windows or Oracle by Anonymous Coward · · Score: 3, Interesting

    One wonders where the slowdown lies. It would be nice to find out if it lies withing the Win32 version of Oracle or within Windows. Seeing as Windows does have the top score in the Clustered TPC-C results, I'm leaning more towards Oracle being the slow one. (everyone else here would disagree no doubt)

  2. Still not the fastest price/performance.... by Anonymous Coward · · Score: 3, Interesting

    If you look at the top results in a price/performance comparison, Windows 2000/SQL server are still winning.
    http://www.tpc.org/tpcc/results/tpcc_price_perf_re sults.asp?resulttype=cluster&version=5

    It's interesting, though, that Red Hat had the cheapest Oracle implementation.

    1. Re:Still not the fastest price/performance.... by Hater's+Leaving,+The · · Score: 2, Interesting

      Indeed. However, notice that numbers 5 and 6 on that $/tcp table are the two systems this story is about.

      It takes only a small leap of faith to believe that whatver HP did to their old #5 system to push it down into slot 6 could also be applied to their #s 1, 2 and 3 systems.

      For example, and _purely hypothetically_, assuming a 7.26% improvement for those systems too on migrating to Lunix would give results of
      $12.14, $13.09, $13.94

      Which would leave the table at
      Lunix $12.14
      Doze $13.02
      Lunix $13.09
      Lunix $13.94
      Doze $14.04
      Doze $14.96

      The majority of the rating improvement (>6%) was through diminished _cost_, which is pretty much guaranteed by migration to Lunix. Only a small part (1%) was through improved performance.

      So the leap of faith really isn't that huge.
      Maybe HP were hoping to convert their #5 Doze machine into a #4 machine, ousting IBM, but failed.They currently don't actually need to improve their #1 position.

      Only time will tell.

      THL.

      --
      Keeping /. cynic density high since the fscking Kwhores/trolls arrived.
  3. "Publishs" by great+throwdini · · Score: 3, Funny

    This just in: ditors at Slashdot ar no longr prmittd to us th lttr '' in articl titls!

  4. Inconclusive by BlowCat · · Score: 4, Insightful
    The Windows system was tested with 24 clients, the Linux system was tested with 16 clients. The model name of the cluster is a bit different (DL580-0200032P vs. DL580-PDC 32P C/S). I have no idea if it means different hardware or software.

    On the other hand, the difference in performance is 17.21 vs. 18.46, i.e. approximately 6%. I think that the result is inconclusive (except that Linux can complete in this area at all).

    1. Re:Inconclusive by Tim+Colgate · · Score: 2, Informative
      As the cost of the clients is so much less than the servers, I'm sure that they will just add clients until the server cluster reaches maximum throughput.

      I noticed a few things when looking at the break-down of costs:

      For the clients, a 1G 133Mhz SDRAM DIMM is $880! ouch. The cost per client is $7172, for which you get a dual 1.4Ghz Pentium III with 4Gb of RAM ... and a whopping 15" CRT. The clients only make up 5% of the overall cost though.

      The Oracle software is $35000/CPU, for 3 years. What happens after 3 years? Does Oracle lease the software or something? Oracle support is shown as 2,000 * 24. Where does the 24 come from?

    2. Re:Inconclusive by rseuhs · · Score: 3, Insightful
      On the other hand, the difference in performance is 17.21 vs. 18.46, i.e. approximately 6%. I think that the result is inconclusive (except that Linux can complete in this area at all).

      ... and HP is willing to publish TCP-C benchmarks for Linux.

      That's exactly what Linux needs: Marketing.

    3. Re:Inconclusive by tshak · · Score: 2

      This is a good point. I'd like to add that the Windows test was done 3.5 months earlier, and that the cost was based on the Total System. We all know how quickly prices drop for hardware. Given the very small cost difference between the Windows setup and Linux setup this fact alone could put them on equal financial ground.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    4. Re:Inconclusive by Yankovic · · Score: 2

      Completely agree. Further the difference in performance could easily be due to:

      * Different transaction monitors
      * Different Oracle optimizations
      * Newer/faster/cheaper components in the machines

      Still interesting that HP is touting Linux, but the point is accurate that the difference is inconclusive. I find it also interesting that the putatively cheapest solution (the only difference here would be attributed to OS price) did not make the top 10 price/perf ratio.

  5. more TPC-C scores... by MrFenty · · Score: 2, Informative

    Some more TPC-C benchmarks of big iron kit... found here

  6. Comparable cost between windows and linux cluster by Wizard+of+OS · · Score: 5, Informative
    I did a quick compare and was kind of surprised by the following:
    Linux cluster:
    Total System Cost 2,380,546 US $
    TPC-C Throughput 138,362
    Price/Performance 17.21 US $

    Windows cluster:
    Total System Cost 2,533,095 US $
    TPC-C Throughput 137,261
    Price/Performance 18.46 US $

    Note that the number of clients in the windows tests is higher 24 instead of 16), with smaller CPU's. Also, the server's aren't identical.

    Besides from the small differences in setup, it's plain that hardware-costs greatly outnumber software costs. Yeah, linux has a small bit more performance (less than 1%) for a bit lower price (6%) but these aren't real shocking numbers. Of course, I'll get flamed for not bashing microsoft, but the difference really isn't that big.
    --

    --
    If code was hard to write, it should be hard to read
  7. How does it scale by oku · · Score: 2, Insightful
    It would surely be also interesting to see how this cluster scaled, i.e., use only 1, 2, 4, 8, 16 of the 32 machine available. Do we still see a linear at the full size, indicating that adding more machines would be any good? Or did the performance already top off, indicating that you can get better price/performance figures when restricting yourself to fewer machines?

    I do not hazard a guess, but it is surely interesting what Linux can do best, instead of comparing it to Windows, only.

    1. Re:How does it scale by Alvandaar · · Score: 2, Informative

      It does scale! The cluster TPC-C Benchmark is not very conclusive IMHO, it has very few intra-process communication, so you can basically scale it almost indefinitely.

      AL

  8. A bit flawed.. by Chicane-UK · · Score: 4, Insightful

    As many other people have pointed out, the system configuration was vastly different despite being 'similar' - yes, I want to see Linux out perform Windows but I would rather see it run on identical systems! When benchmarks are weighted like this, it just makes Linux look like the inferior product which is not the kind of image it should be getting for itself!

    --
    "Hey! Unless this is a nude love-in, get the hell off my property!!"
  9. Off Topic? by _ganja_ · · Score: 2, Interesting

    Sorry that this might be off topic and cheerleading (right place though).

    GNU/Linux impresses me a great deal. I've been running it for a few years now, mainly at home and in some positions when I can get away with it and its easy to take it for granted. But its articles like this that make me step back and think about what as really been achived by a bunch of mainly unpaid developers who provide all their source code for free.

    Sure there a few places where Windows is more suitable but everyday, these few places get fewer.

    So to any Linux developers and supporters who read this, thank you all.

    --

    A journey of a thousand miles starts with a brutal anal raping at airport security

  10. Re:Comparable cost between windows and linux clust by jsse · · Score: 3, Interesting

    Of course, I'll get flamed for not bashing microsoft

    Don't be silly. :)

    From this FAQ you'll see:

    In general, TPC benchmarks are system-wide benchmarks, encompassing almost all cost dimensions of an entire system environment the user might purchase, including terminals, communications equipment, software (transaction monitors and database software), computer system or host, backup storage, and three years maintenance cost. Therefore, if the total system cost is $859,100 and the throughput is 1562 tpmC, the price/performance is derived by taking the price of the entire system ($859,100) divided by the performance (1562 tpmC), which equals $550 per tpmC.

    Most people would focus on the hardware cost, but in reality the highlighted maintenance cost took the precedence.

    Most midrange UNIX server has outragous maintenance cost. The maintenance cost of a UNIX server in the third year could be exceeding the cost of the hardware itself. It's due to the fact that older parts are difficult to find, thus make maintaining older servers more difficult. Besides, they really want to cut older production lines in favor of newer servers production.

    x86 platform is known to have flat and lower maintenance cost, due to the low cost hardware and high compability with older hardware, i.e. older parts can be found easily. That's why Microsoft could easily beat the TPC pissing races.

    Doomsday finally comes to Microsoft when Linux is entering the database market. Although at this moment big corps are still offering Linux maintenance with cost comparable to UNIX package, that's not surprising when Linux engineers are not as abandon as MCSE. However, it'll not be the case in the future. I think Microsoft would eventaully lose this pissing race in the long run.

  11. HP follup on lkml by awptic · · Score: 4, Interesting

    There was a followup message on the lkml from hp discussing how these numbers can improved even further, you can see it at http://marc.theaimsgroup.com/?l=linux-kernel&m=103 237327405644&w=2

    1. Re:HP follup on lkml by Quixote · · Score: 3, Interesting

      I read Andy's post, and it highlights one of Linux's strengths: the fact that an enduser was able to tweak the kernel parameters, take third-party patches (Ben's) and in general muck around the kernel to get the best performance. You will never see Microsoft give this kind of freedom to its customers ("we know best! just give us the money and we'll take care of it... sometime!").

  12. And it's a valid comparision? by blowdart · · Score: 3, Insightful

    The Windows TPC benchmark was on last years hardware (IBM xSeries 370, released last year).

    The Oracle TPC benchmark is on next years hardware (HP ProLiant DL580R - not available till May 2003).

    Crowing about how performance is higher under Linux is FUD. It's not a fair comparison. Or didn't the story submitter understand that hardware always affects performance?

    1. Re:And it's a valid comparision? by eswan · · Score: 3, Informative

      The Windows TPC benchmark was on last years hardware (IBM xSeries 370, released last year).

      The Oracle TPC benchmark is on next years hardware (HP ProLiant DL580R - not available till May 2003).


      Err... are you talking about the TPC benchmarks refered to in the links? Both were run on 8 ProLiant DL580's with a total of 32 Xeon 900s. The Linux setup is marked in the full disclosure as being available March 5 2003, Hardware available now.

  13. it's not about not paying for the software by g4dget · · Score: 5, Insightful
    Using Linux as the server OS is not about getting the OS for free--as you observe, the cost of the OS is pretty much lost in the noise.

    The reason to use Linux is all aspects of its openness and compatibility with other systems. With Linux, you aren't locked into a single vendor. You use tools and APIs that have been around for nearly two decades and are available, in multiple implementations, from dozens of vendors. And you control how you upgrade, when you upgrade, and what path you follow with the software. And if you don't like Linux anymore, you can switch to any of a dozen other, compatible platforms.

    With Windows, you are locked into a single, proprietary implementation and Microsoft has you by the proverbial precious body parts; there is no other vendor you can get a compatible implementation of Windows or all the Windows libraries from. Every couple of years, Microsoft completely changes their computing paradigms to ape what they perceive is a threat from some other company, and when the threat is gone, they just drop the initiative and move on to the next thing.

    You can get stability buy paying a premium to a company like IBM, which is committed to providing it, or through open systems available from multiple vendors or open source, where you control your future. But building a large, long-lived infrastructure on Microsoft platforms is a costly folly--the company has proven that they will change approach every couple of years and that they will force their customers to move along.

    1. Re:it's not about not paying for the software by kaisyain · · Score: 2, Insightful

      With Linux, you aren't locked into a single vendor.

      This benchmark tested Oracle. If you put 18TB of data into an Oracle database you are locked into a single vendor anyway.

      And if you don't like Linux anymore, you can switch to any of a dozen other, compatible platforms.

      No, you can switch to whatever platforms Oracle supports. Because you have 18TB of data in it.

      With Windows, you are locked into a single, proprietary implementation and Microsoft has you by the proverbial precious body parts; there is no other vendor you can get a compatible implementation of Windows or all the Windows libraries from.

      I'm using an Oracle database. Why do I need compatible implementations of all the Windows libraries if I decide I want to migrate that database cluster to another host OS?

    2. Re:it's not about not paying for the software by Mignon · · Score: 2
      The reason to use Linux...

      Another reason to use Linux is that had Linux finished behind Windows on this benchmark, it wouldn't take long before someone figured out and fixed the Linux kernel and released the patch. I don't remember the exact test, but this very situation happened a few years ago.

      I can't imagine Microsoft releasing a patch to address this (admitedly small) performance deficit, and if they did, who knows what other damage it would cause. Again, I don't remember the exact situation, but Microsoft has definitely released service packs that were considered to be avoided.

    3. Re:it's not about not paying for the software by rseuhs · · Score: 2
      This benchmark tested Oracle. If you put 18TB of data into an Oracle database you are locked into a single vendor anyway.

      But being locked into 2 vendors is worse than being locked into one single vendor, don't you agree?

      Also, migrating between databases is not *that* hard, it's all SQL after all.

    4. Re:it's not about not paying for the software by scrytch · · Score: 2

      Got modded down as flamebait. I got karma to burn. So here it is again. Extending my middle finger to fuckwit moderators everywhere:

      Every couple of years, Microsoft completely changes their computing paradigms to ape what they perceive is a threat from some other company, and when the threat is gone, they just drop the initiative and move on to the next thing.

      Who the fuck mods this blather up as insightful?

      I can still run 16 bit DOS programs on windows. I can still use DDE for IPC. COM and COM+ haven't gone away with .NET. The Win32 API seems to have grown quite a few "Ex" appendages to API calls, but it hasn't changed since Win32s -- a forward compatibility hack for Win16 that still works even now. Why don't you present just some trivial little shred of evidence that you have any idea what you're talking about?
      --
      Obviously it is Allah's will that I throw the unix box out the window. I submit to the will of Allah.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    5. Re:it's not about not paying for the software by g4dget · · Score: 2
      I can still run 16 bit DOS programs on windows. I can still use DDE for IPC. COM and COM+ haven't gone away with .NET.

      Yup, you can still run all that stuff, and I didn't claim otherwise; Microsoft would be foolish to alienate their customers that blatantly. Your 16bit programs will run in all their 16bit glory.

      What you are missing is that those APIs are dead or dying--programs using them can't take full advantage of the system, Microsoft doesn't want you to use them anymore, people usually don't develop for them anymore, and there are fewer and fewer tools. That's what "changing paradigms" means.

      UNIX and Linux provide continuity and growth that goes beyond merely backwards-compatible support. You should find out about it some time.

    6. Re:it's not about not paying for the software by jelle · · Score: 2

      "Using Linux as the server OS is not about getting the OS for free--as you observe, the cost of the OS is pretty much lost in the noise."

      Percentage-wise, you may say so, but I'll take the $152,549 difference anyday (=$4767.15 per CPU at 32 CPUs...)

      With the current prices, that difference in money will buy you 200 brand new desktops for your office workers...

      --
      --- Hindsight is 20/20, but walking backwards is not the answer.
  14. Run the benchmark non-clustered by Anonymous Coward · · Score: 2, Insightful

    Clustered TPC-C benchmarks are of dubious value. I've yet to encounter any business that implements an OLTP system like this and it's for a good reason. Clusters of this sort are very difficult to implement and operate. You basically end up having to physcally partition your database across dozens of servers!

    What I would love to see is Linux TPC-C benchmark running on a 8 way machine. Particularly the IBM x440. It scored 91,000 + tpmCs running Windows .NET...it would be interesting to see how Linux compares.

    http://www.tpc.org/tpcc/results/tpcc_result_deta il .asp?id=102072201

  15. Price/Performance doesn't apply to many configs by RajivSLK · · Score: 2, Interesting

    In a 2+ million dollar system software cost is a very small percentage of the total cost.

    However, in reality, a lot companies have $10,000 or even $5,000 DB servers.

    When you factor the cost of Windows into these systems the difference in Price/Performance is much greater than 6 percent.

  16. Price/Performance was low by -ryan · · Score: 3, Interesting

    As far as price/performance it was in the middle of the top ten. I think if they had used PostgreSQL (or maybe SapDB, dunno haven't used it) instead of Oracle it could have been higher in the results.

    1. Re:Price/Performance was low by jcknox · · Score: 2, Informative

      The big problem in getting the cost lowered by replacing Windows w/ Linux, Oracle w/ PostgreSQL, etc. is that most of these benchmark test systems cost huge bucks -- bucks contributed by the hardware & software manufacturers. If you were HP, would you rather foot the entire cost of putting one of these systems together with open source, or split the cost with Oracle and/or MS? Your hardware lands on the list either way.

      The real challenge here is finding the money to build competing open source - based machines. MS has lots of monopoly money to dedicate to getting their products on the lists. Linux has no similar war chest.

    2. Re:Price/Performance was low by tshak · · Score: 2

      Ya, but then the DBA's would have had to actually code against PostgreSQL. The decreased moral would've lowered productivity and therefore increased the TCO. :-)

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  17. Re:Comparable cost between windows and linux clust by puppetluva · · Score: 3, Insightful

    > Yeah, linux has a small bit more performance (less than 1%) for a bit lower price (6%) but these aren't real shocking numbers.

    Huh? The cost of the Windows software adds $150K more. That is a lot of money. Think of it this way: if I have two laptops studded with diamonds that cost 2.3 mil each (before the OS is installed), and the OS for one is free while the OS for the other is 150K - the latter seems very expensive when you look at the software budget

    I think that you should break out the costs of these systems and look at the hardware and software seperately. "The systems cost the same in hardware, but there is a $150k difference in software." is a much cleaner analysis.

  18. oh, that's easy! by Erris · · Score: 2
    ... yes, I want to see Linux out perform Windows ...

    It happens every day! All you have to do to see it is take whatever M$ junk you are using and replace the software. All the PitA you see on a desktop with poor security and stability, obscure and changing protocals, propriatory data formats, unmodifiable applications, ad nauseum, translate.

    We have at least one multi-processor Dell "server" where I work and the folks responsible for it are not happy. Keeping it up has been a quality of life killer. The problem is not in the hardware.

    --
    DMCA, Hollings, Palladium. What might have sounded like paranoia is now common sense.
  19. Re:And it's a valid comparision? - IBM?? by BurritoWarrior · · Score: 3, Insightful

    The Windows benchmark is running on a DL580 as well. That being said, your statement is valid. The systems are NOT identical. Click on the executive summary links at the bottom of each and you will see the detailed hardware specs for each.

    Also, the clients are not only different in number, but the Linux clients are running a faster CPU as well (1400 Mhz vs. 1000 Mhz).

    The only conclusion I think we can draw is that Linux plays "in the same ballpark" as Windows, performance-wise.

  20. Feeding the troll... by Ominous+Armed+Cow · · Score: 2, Funny

    "This just in - Microsoft (MSFT) today promised it will inflate marketing claims by 18%-86% in Q2 of 2003, thereby shattering all hope for its competitors. After hearing the news, Sun Microsystems (SUNW) CEO Scott McNealy states that he's ready to pack it in."

  21. Re:Comparable cost between windows and linux clust by rseuhs · · Score: 3, Insightful
    Of course, I'll get flamed for not bashing microsoft, but the difference really isn't that big.

    I'm not bashing you, I just don't see your point.

    If you get a car for 20000$ at dealer A and the same car for 19500$ at dealer B, will you say "Hey, it's just a small difference" and buy from dealer B?

    Let's not forget, this is about database-servers here and both run the very same database (Oracle). The underlying OS is irrelevant, you don't have to run MS Office or "the Sims" on this thing.

    So please tell us stupid Microsoft-bashers what is your point.

  22. Does PgSQL scale? by yerricde · · Score: 2

    Also, migrating between databases is not *that* hard, it's all SQL after all.

    But does PostgreSQL, Oracle's closest free competitor, scale to an 18 TB database under the loads they're testing?

    --
    Will I retire or break 10K?
    1. Re:Does PgSQL scale? by rseuhs · · Score: 2
      I don't know, but IBM's DB2 surely can.

      So you are not locked into a single vendor. Period.

    2. Re:Does PgSQL scale? by afidel · · Score: 2

      I love how everyone pulls out DB2 and Oracle anytime there is a DB debate. The fact is none of the largest 5 commercial databases run on either of them. Walmart for instance uses NCR Terradata Warehouse db software. This DB is well over 100TB. Informix is another leader in very large databases, as is Hitachi data systems.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    3. Re:Does PgSQL scale? by MattRog · · Score: 2

      Sybase IQ also runs VLDBs into the 100's of GB range. A very, very capablo product, although Terradata in pretty much the market leader ar you point out.

      --

      Thanks,
      --
      Matt
    4. Re:Does PgSQL scale? by MattRog · · Score: 2

      Argh I mis-typed GB meant TB. Sybase ASE does 100GB (1TB probably practical limit). Sybase IQ *does* do 100 TB.

      --

      Thanks,
      --
      Matt
  23. FreeBSD, specially compiled? by Futurepower(R) · · Score: 2


    Sorry, BSD and Stephen King are dead. Haven't you been reading Slashdot?

    Oh, and that Elvis guy. He is really dead.

    A better question: How fast would it run on a FreeBSD compiled just to do that particular job?

  24. Re:Comparable cost between windows and linux clust by afidel · · Score: 2

    Hardware replacement availability is rarely a factor, as a good service organization will have a way to get parts for anything they support. As an extreme example a fellow tech of mine about 4 years ago went onsite to a company that had a dead pc, it turned out it was an IBM PC XT with a dying MFM hdd 20MB I believe, the hdd had on it some customer terminal program for interfacing with an IBM mainframe back at corporate hq. He bandged the drive a couple of times on the table to get the motor to spin up and told the customer not to turn off the pc, he then put in a service request for a replacement drive, not really expecting it to be fulfilled. Low and behold our parts people found a vendor that had like 20 of the necessary drive in storage and the customer bought 2 just to make sure they had one in case the replacement died (probably in another 15 years or so).

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  25. Re:Comparable cost between windows and linux clust by tshak · · Score: 2

    No, if you read the report the cost of Windows adds about $14K more - and part of that is for the 8 additional client licenses since they tested the Windows system against 24 clients intead of the 16 used against Linux. You have to also consider the fact that the cost of hardware goes down over time, and that the Windows system was built 3.5 months before the Linux system - this can easily make up for the $150K, and then some.

    Finally, it's not about the softare cost - it's about the bottom line: price/performance. These reports can't really be scientifically compared. One can speculate that Windows would have beat the price/performance ratio of the Linux system given an even playing field, but it's just that - speculation. The real point here is that Linux is _competing_ in the enterprise and has been taken seriously enough to actually get benchmarked.

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  26. Re:Comparable cost between windows and linux clust by tshak · · Score: 2

    The point he was trying to make was that the decision is not based on finances at this point. The performance AND cost difference is inconclusive because they are different configurations. If one completely blew the other out of the water, we could maybe claim a winner, but that simply didn't happen.

    And the difference between the two system costs from an OS licence standpoint is far less (see the full report). To correct your analogy:

    $20000 dealer A
    $19900 dealer B

    It's not based on money the initial purchase. It's based on the TCO, how it will integrate with your existing infrastructure, and whethor or not you prefer one of the other (for a variety of reasons).

    --

    There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  27. Re:RedHat? by MikeNik · · Score: 4, Informative

    Ok.. I may get myself in some trouble here... Please be kind.. Red Hat Advanced Server is the first version of Linux to meet all the TPC requirements and provide the performance level of this benchmark. Numerous open source performance technologies were incorporated, without which, the performance would be significantly below 100,000 tpmC. The 7x24 - 4-hour response, 3 year SW and HW maintenance is also required. The TPC audit (done by a certified TPC auditor on-site) requires the demonstration of a full system crash, as well as a single node, without losing a single committed transaction. The audit for TPC benchmarks take many days... I hope the Linux community doesn't miss the point that the TPC benchmarks are the toughest benchmarks to run and pass the audit. 138K tpmC will run 95% of the OLTP business environments today. This publication provides input to the many large corporations looking more closely at Linux in the "bet your business" application areas (databases). Although I agree that the absolute numbers of performance and price/performance may not be applicable directly to many real customer applications, it is a very fair environment (level playing field) to compare HW and SW performance and price/performance. This, IMHO, is a significant step forward for Linux in the enterprise.

  28. Re:And it's a valid comparision? - IBM?? by sharkey · · Score: 2

    Also, the clients are not only different in number, but the Linux clients are running a faster CPU as well (1400 Mhz vs. 1000 Mhz).

    But if you read the specs, there were 2 CPUs per Linux client, and 48 CPUs per Windows client.

    --

    --
    "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  29. The Link in the article is Bullshit by cscx · · Score: 3, Informative

    Is there some reason that the article mentions that the Linux solution "beats" the Windows solutions, but everywhere on the site the Windows servers (whether it be IBM's DB2 or MS-SQL) are the leaders of the pack many times over?

    That article link is like something a politician would say. Do you realize that Oracle is optimized for UNIX? It never should have been ported to Windows. Such a comparision is akin to saying "Apache 1.x runs better on Linux than on Win32!" No shit, Sherlock. Anyone who looks at the top ten results will clearly see that the point this article is trying to make means jack as far as the real numbers go.

    By the way, I hear the latest Linux kernel is better at running Linux programs than CygWin!

  30. Correction... by srvivn21 · · Score: 2

    This just in: ditors at Slashdot ar no longr prmittd to us th lttr '' mor than onc in articl titls!

    They did spell Benchmarks correctly at least.

  31. Not really. by mindstrm · · Score: 2

    But, it means that this setup, clusters of good intel hardware running redhat, and oracle's cluster stuff is a very, very serious contender when it comes to large databases.

    ANd if you look at it on a cost basis, it's a HUGE contender.

  32. I don't understand by be-fan · · Score: 2

    What's TCP-C? Can somebody convert it into the Pop Science(TM) units for me so I can understand?

    --
    A deep unwavering belief is a sure sign you're missing something...
  33. Re:RedHat? by teg · · Score: 2

    The kernel has been "tweaked" extensively by some of the best kernel hackers in the world, working at Red Hat. I doubt you'd do better :)

    That said, on enterprise critical systems running Oracle the less local tweaking the better. The system is certified to run Oracle and there'd better be no local tweaks if anything go wrong ("I tweaked this IO-driver a bit... performance went up 20% when I skipped this sync bit").

  34. 20TB data and a 12GB tapedrive? by jelle · · Score: 2

    In the executive summary:

    Disk Drives 976 18.2-GB 15K
    Disk Drives 16 18.2-GB 10K
    Total Storage 18054 GB
    Tape Drives 1 12/24-Gigabyte DAT

    Huh? How many tapes for a full backup?

    And uh, 976*18.2+16*18.2=18054.4.

    No RAID either?

    How do transaction processing people protect their data?

    At all?

    --
    --- Hindsight is 20/20, but walking backwards is not the answer.