Slashdot Mirror


World's Largest Databases Ranked

prostoalex writes "Winter Corp. has summarized its findings of the annual TopTen competition, where the world's largest and most hard-working (in terms of load) databases are ranked. The results are in, and this year the contestants were ranked on size, data volume, number of rows and peak workload. I wrote up a brief summary of the top three winners in each category for those too lazy to browse the interactive WinterCorp chart."

9 of 356 comments (clear)

  1. Spam databases by stanmann · · Score: 2, Insightful

    I wonder how many of the spammers allowed their databases to be evaluated for this list.

    --
    Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
  2. Re:Google by Ilgaz · · Score: 2, Insightful

    What about visa/mastercard/american express?

    IMHO some of them didn't want to be in that list.

  3. Re:94.3TB!?!?! by kilonad · · Score: 3, Insightful

    This is a home grown RDBMS!

    What else do you expect from the company that kinda sorta wrote Unix?

  4. pseudo by OgreChow · · Score: 2, Insightful

    I would be surprised if some government databases, such as Social Security's, would not rank on this list if they were allowed to be analyzed.

  5. Daytona? by wandazulu · · Score: 3, Insightful

    Is it just me, or is this the first time anyone has heard of AT&T's Daytona? A quick Google search reveals a pdf and 8 links before Daytona becomes Daytona Beach. For such a high ranking, I'd think AT&T would want to make it better known that they have this system.

  6. Re:SQL Server? by sphealey · · Score: 4, Insightful
    It's also this intense stupidity that has prevented us from having a major vendor that actually provides a real RDBMS to this very day. If DBMS people would actually invest a little time in learning about the Relational Model, maybe they'd stop purchasing the crap that Microsoft, Oracle, IBM, etc. keep forcing out and (flamebait here) maybe people would stop installing MySQL and Access and thinking they're going to be good for anything more important than cookie recipes).
    That's exactly how Larry Ellison got his start - he saw a good idea in an IBM tech journal, hired some programmers to implement it, and the result was Oracle. Why don't you (and the others who post this stuff to database-related forums and threads) go ahead and do the same? Actually write and market a "real relational system based on theory"? Then you could stop yelling at everyone else about it.

    sPh

  7. Re:SQL Server? by azaris · · Score: 3, Insightful

    Well, "SQL server" is a stupid way to refer to a RDBS. That's like calling Apache "perl-server". I'm not surprised the only people chosing to name their RDBS products as SQL-something-or-other are the open source developers and Microsoft. Also I've never heard of MS sueing MySQL or PostgreSQL for use of the term SQL in relation to a RDBS.

    Besides, the product is officially called Microsoft SQL Server and has always been, just like Microsoft Windows, but everybody refers to it as SQL Server or, if there is possibility of confusion, MS SQL Server or MSSQL for short. Is it malevolence on the part of Microsoft if people can't be bothered to use the full name of each and every one of their products?

  8. Re:What surprised me... by popeyethesailor · · Score: 2, Insightful

    I havent read their definition of Peak workload, but I guess it probably means concurrent queries. Even with a persistent connection, shouldnt there be a large number of concurrent queries? With things like parallel querying etc, does the number of connections have to be the same as queries?

    Another factor could be caching; if intelligently used could cut down on the DB workload substantially.

  9. Re:SQL Server? by MattRog · · Score: 3, Insightful

    Because it is *relatively easy* to make a mediocre (Oracle, etc.) implementation of the Relational Model. It is quite difficult to make a truly Relational Database Management System. Not only that, but because the market is so uneducated why would they want to use it in the first place?

    --

    Thanks,
    --
    Matt