Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > MySQL > How does mysql stack up against some of the other databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-05-07, 09:03
Frunkie Frunkie is offline
Gives Bad Advice
 
Join Date: Mar 2007
Location: 010101010110100
Posts: 706
How does mysql stack up against some of the other databases

Hi all,

I'm wondering what some of the opinions are on mysql. I have read a lot of material (biased) by a lot of people and propaganda that obviously push one database over another. I have a great respect for the people and their opinions on this forum and thought I may ask for everyone's opinion here.

I personally never cared much for mysql because it always put an emphasis on speed and never focused on the "quality" or integrity of the data IMHO. I realize that mysql is trying to change that now by adding features such as triggers and sprocs.

I am in the middle of making a UI in php for a mysql db. This db requires transactions. I have used other databases in the past and have been dreading the point when I would have to implement transactions in this database.

After doing about 10 minutes of research, I found that as long as I am using Innodb, I am already set up for transactions and it defaults to "REPEATABLE READ"; I do not need to do anything else. Wow. I cannot believe that. Now that is simple indeed.

I remember using transactions in postgres about 5 or 6 years ago and it was a pain from a programming standpoint. Mysql really has taken the pain out of using transactions. The ease of this database has really prompted me to ask around and see what everyone else thinks.

I have heard mysql referred to as a “toy database” and a “File system” on many occasions. Does anyone have any opinions on that?

__________________
I and many others around the world are of the strong belief that the universe was created by the Flying Spaghetti Monster. It was He who created all that we see and all that we feel. We feel strongly that the overwhelming scientific evidence pointing towards evolutionary processes is nothing but a coincidence, put in place by Him.
Reply With Quote
  #2 (permalink)  
Old 10-05-07, 09:39
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 9,573
Ok, I'll launch the firestorm!

Today (using MySQL 4.1 or later), MySQL is a real contender in the database world. MyISAM is still a file system, barely better than dBase, but Innodb is a real competitor in the database arena.

At least in my opinion, versions of MySQL prior to 4.1 were both misleading (they would cheerfully process syntax for things like constraints, but never enforce those constraints), and downright dangerous to your network (extremely noisy and vulnerable to many forms of attack).

The biggest problem that I see in trying to make these kind of judgements about a database engine is due to the nature of how Open Source works... MySQL is a strong contender these days, but the versions of MySQL that most people use are not. This is because most of the casual system administrator (which includes ISPs) take whatever comes on their distribution, which may be MySQL 3.x! Because of this one problem, I need to qualify my support for MySQL as a database for new users.

-PatP
Reply With Quote
  #3 (permalink)  
Old 10-05-07, 19:49
Frunkie Frunkie is offline
Gives Bad Advice
 
Join Date: Mar 2007
Location: 010101010110100
Posts: 706
Thanks for the input Pat. I should have mentioned, I am using version 5.X.
__________________
I and many others around the world are of the strong belief that the universe was created by the Flying Spaghetti Monster. It was He who created all that we see and all that we feel. We feel strongly that the overwhelming scientific evidence pointing towards evolutionary processes is nothing but a coincidence, put in place by Him.
Reply With Quote
  #4 (permalink)  
Old 11-01-07, 21:25
soonerlandrun soonerlandrun is offline
Registered User
 
Join Date: Nov 2007
Posts: 7
Wink

I gotta a very very important question...
How do you pronounce Innodb and MyISAM?
Reply With Quote
  #5 (permalink)  
Old 11-01-07, 21:38
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
Reply With Quote
  #6 (permalink)  
Old 11-01-07, 21:39
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
Quote:
Originally Posted by soonerlandrun
How do you pronounce Innodb and MyISAM?
eggzackly as dey are written

kthxbai

__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
Reply With Quote
  #7 (permalink)  
Old 11-01-07, 22:36
soonerlandrun soonerlandrun is offline
Registered User
 
Join Date: Nov 2007
Posts: 7
eye-no-Dee-Bee

and

My-eye-Sam ??
Reply With Quote
  #8 (permalink)  
Old 11-01-07, 22:57
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
in-no-d-b

my-i-sam
__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
Reply With Quote
  #9 (permalink)  
Old 11-01-07, 23:54
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 327
Yeah but how do you pronounce sql?
Reply With Quote
  #10 (permalink)  
Old 11-02-07, 05:28
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 13,556
s-q-l

__________________
r937.com | rudy.ca

pre-order my book Simply SQL from Amazon
Reply With Quote
  #11 (permalink)  
Old 11-02-07, 05:34
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 734
Some say "squeal", not me though...
Reply With Quote
  #12 (permalink)  
Old 11-02-07, 05:43
Frunkie Frunkie is offline
Gives Bad Advice
 
Join Date: Mar 2007
Location: 010101010110100
Posts: 706
Or like the people in England "Ess Bloody Kue ell"!! I don't say "squeal" either.
__________________
I and many others around the world are of the strong belief that the universe was created by the Flying Spaghetti Monster. It was He who created all that we see and all that we feel. We feel strongly that the overwhelming scientific evidence pointing towards evolutionary processes is nothing but a coincidence, put in place by Him.
Reply With Quote
  #13 (permalink)  
Old 11-02-07, 05:46
Frunkie Frunkie is offline
Gives Bad Advice
 
Join Date: Mar 2007
Location: 010101010110100
Posts: 706
I have a friend that is a programmer and he always says "squeal". It makes the little hairs on the back of my neck stand right on end when he does that. I think he knows that it irritates me.
__________________
I and many others around the world are of the strong belief that the universe was created by the Flying Spaghetti Monster. It was He who created all that we see and all that we feel. We feel strongly that the overwhelming scientific evidence pointing towards evolutionary processes is nothing but a coincidence, put in place by Him.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On