MySqlTalk.com  

Go Back   MySqlTalk.com > MySQL > Database Design
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
Thread Tools Search this Thread
Old 06-08-2004, 12:37 PM   #1
Lodge
Junior Member
 
Join Date: Jun 2004
Posts: 3 Lodge is on a distinguished road
What database are the best to use for different purposes

How do the different database compare? In which case would you prefer to use Mysql vs. Oracle or Microsoft SQL?
Lodge is offline   Fork this post Reply With Quote
Old 06-25-2004, 12:54 PM   #2
Administrator
Administrator
 
Join Date: Jun 2004
Posts: 383 Administrator is on a distinguished road
Re: What database are the best to use for different purposes

MySQL is free which is one good reason to use it. I don't know much about Oracle or Microsoft's offering. I've used Sybase before. What I'd like to see in MySQL is row locking. I believe row locking is available for a paid version of MySQL, but hopefully this will be coming soon on the free version.
Administrator is offline   Fork this post Reply With Quote
Old 12-01-2004, 05:08 AM   #3
Vmusic
Junior Member
 
Join Date: Dec 2004
Posts: 11 Vmusic is on a distinguished road
Re: What database are the best to use for different purposes

There should be no question - ORACLE [b]is]/B] the Porsche of databases. However, yes, it costs


For little web site projects... .MySQL works great, and it really does scream.


Vmusic
Vmusic is offline   Fork this post Reply With Quote
Old 12-01-2004, 06:34 AM   #4
Administrator
Administrator
 
Join Date: Jun 2004
Posts: 383 Administrator is on a distinguished road
Re: What database are the best to use for different purposes

Quote:
Originally Posted by Vmusic
There should be no question - ORACLE [b]is]/B] the Porsche of databases. However, yes, it costs


For little web site projects... .MySQL works great, and it really does scream.


Vmusic

There are certain cases where you should use other databases than Oracle for the best performance. Batch data will do better with some other databases. The overhead of transactions/rollbacks is costly in these cases.

Supposedly a new breed of databases are very fast for the right kind of machine. I've used Objectstore before, but it was a nightmare. Maybe they worked out the yayas by now.

Google probably has a mean custom database system

But if you need to update/select live data and ensure you won't lose anything Oracle is definitely the way to go.
Administrator is offline   Fork this post Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Command to return summary info about database Bex SQL syntax 0 02-01-2005 04:15 AM
Needt to design rental database - How do I begin Tsynergy Database Design 4 12-16-2004 03:09 AM
Where can I get a database of UK Post Codes? Amato General 0 06-30-2004 12:10 PM
3.3 Creating and Using a Database Administrator Documentation 13 06-09-2004 04:56 PM
1.2 Overview of the MySQL Database Management System Administrator Documentation 0 06-07-2004 10:11 PM



All times are GMT -4. The time now is 01:29 PM.



Powered by: vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
Google
  Web http://www.mysqltalk.com
DISCLAIMERS:
1. We have no commercial interest in this site.
Banner Ads and Subscriptions will only be used to help pay for hosting and maintenance costs.
2. MySQLTalk.com is NOT affiliated with MySQL AB in any way.
3. MySQLTalk.com is NOT endorsed by MySQL AB in any way.
4. Please do not post any content that is harmful to MySQL or MySQL AB, meaning no misleading or obsolete information will be tolerated.
Well-founded constructive criticism meant to help the community is permitted.
5. This website is founded with the goal of improving the MySQL community.
We not only tolerate newbies, we encourage them.
Please do not ask newbies to "read the manual".