MySQL Forums
Forum List  »  Oracle

Re: MySQL v/s ORACLE
Posted by: Josh Chamas
Date: March 17, 2005 12:54AM

Manish Marathe wrote:
> Hi,
>
> I wanted to know the major differences between
> MySQL and ORACLE, other than ORACLE being highly
> costly.
>
> Thanks in advance

Overall, I think arguments can be made in favor of MySQL in terms of performance, stability, ease of use, and cost. All of these things point to decreased TCO when using MySQL instead of Oracle.

Some things unique to MySQL that Oracle does not offer include:

- storage engines, choices like InnoDB, MyISAM & Cluster, give you specialized transactional, search/read optimized, and highly available engines for storing your data

- fast connections

- easy replication

- overall ease of use

I cannot emphasize the latter enough. Many places don't have dedicated DBAs where there would be at least one dedicated Oracle DBA to manage the same databases. This is typical because management and use of MySQL is much easier than Oracle.


Regards,

Josh


Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL! http://www.mysql.com/consulting



Edited 1 time(s). Last edit at 03/17/2005 12:54AM by Josh Chamas.

Options: ReplyQuote


Subject
Views
Written By
Posted
3902
March 01, 2005 07:57AM
Re: MySQL v/s ORACLE
2781
March 17, 2005 12:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.