LWN.net Logo

Oracle Isn't a Linux Company (Motley Fool)

Oracle Isn't a Linux Company (Motley Fool)

Posted Oct 19, 2006 4:17 UTC (Thu) by drag (subscriber, #31333)
In reply to: Oracle Isn't a Linux Company (Motley Fool) by peace
Parent article: Oracle Isn't a Linux Company (Motley Fool)

I donno.

I don't know a whole lot about database stuff, but I think I sometimes see the trends going on in software on a larger scale.

People said very similar things about Solaris vs Linux just a few years ago. I remember reading people saying that no real DB admin would ever consider using Linux for anything important and that commodity servers would never come close to being able to handle the same workloads that large Sparc servers can handle.

Nowadays more databases run on Linux then anything else in Unix-land. At least this seems true when you look at Oracle DB sales and such.

Also what about Oracle buying both InnoBase and Sleepycat?

While it is true that Oracle may be wanting to get into 'OSS'-land a bit more, what is definately true is that those companies produced the only database engines that enable MySQL to support transactions. It looks like Oracle was worried about MySQL going after it's low-hanging fruit.

But now Mysql openned up it's database engine plugin support for a whole host of other database stuff, including original bdb and innodb but also adding soliddb support and their own new Falcon stuff. This gives MySQL very flexible setup, it looks like.

I donno. It just seems that it's not worth just dismissing Mysql.


(Log in to post comments)

Oracle Isn't a Linux Company (Motley Fool)

Posted Oct 20, 2006 17:49 UTC (Fri) by RareCactus (guest, #41198) [Link]

Traditionally, MySQL's philosophy has been to play fast and loose with database guarantees. Atomicity? Concurrency? Rollbacks? Who needs those? They also don't enforce the types of fields, so that (for example) you can insert the word "BEEF" into a numerical field.

More than any other reason, this kind of sloppiness is why most database admins have contempt for MySQL. Postgresql, on the other hand, implemented things correctly, and (so I hear) most of the work is now on optimization.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds