Ubuntu Certified for IBM DB2
xsspd2004 writes "Ubuntu Certified for IBM DB2 -- Ubuntu is moving into Enterprise computing with IBM's certification of Ubuntu as "Ready for IBM DB2 Software for Linux". "
← Back to Stories (view on slashdot.org)
select story, count(*) as dupe from slashdot group by story having count(*) > 1;
I too have felt the cold finger of injustice.
One good reason to use DB2 is that neither MySQL nor PostgreSQL can scale to the same size of database as DB2. Using DB2's "Distributed Partitioning Facility", or DPF, with DB2 Enterprise Server Edition you can partition data over hundreds of machines using a shared-nothing approach. This means you can create a data warehouse of a hundred terabytes that 1) appears to your applications as just a single database 2) retrieves query results blazing fast (this is the "shared nothing" part; each machine knows what data it is responsible for, so a query that comes in to the database is automatically distributed to the responsble machines, which go off and do their work, then return the results to a single co-ordinator that pipes them back to the application -- it's like RAID-0 for databases).
It's certainly possible to create a multi-terabyte database using MySQL or PostgreSQL -- but you're going to be waiting way the hell longer to get a result back from your queries.
Reason 2: You get support from IBM. IBM lives and dies by its enterprise level support -- 24x7 customer service around the world. Sure, you can purchase support from MySQL AB or from some PostgreSQL shop, but it's not going to approach the level of service that you'll get from IBM. In fact, to get a level of support comparable to what IBM offers for DB2 Express at $4874 for the first year and $1218/year for support after the first year, you would need to buy MySQL Network Gold for $2995/year. So after two years, going with DB2 Express will actually cost you less than half of what MySQL support will cost!
My passion is loading surprise PDF's into by browser. I can't get enough of them.
Task Mangler
Because you already have a DB2 licence.
Because your application requires DB2.
Because your company is DB2 site licenced.
Because your developers might be comfortable/familiar with DB2.
Because DB2 came bundled with some other software.
Because all your other servers are running DB2.
Because we live in a world where changing your OS no longer means changing your database vendor.
Because is is a seriously kick-arse fantastic database.
Because someone answers the phone (and usually has a solution) when you call with a database problem.
Because someone is paid paid to be accountable.
Because you're told to.
Because you like the product.
errr..... was I just trolled????