Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: [OT] Why I don't use Mysql for new projects

by dragonchild (Archbishop)
on Jul 10, 2008 at 22:58 UTC ( [id://696853]=note: print w/replies, xml ) Need Help??


in reply to Re^4: [OT] Why I don't use Mysql for new projects
in thread [OT] Why I don't use Mysql for new projects

It's not a marketing decision at all. It's a business decision - "Our target market is beginners." Now, I'm going to disagree with you that their decisions have been bad ones. In fact, I'm willing to go on record as saying that MyISAM is an excellent engine for beginners. There is very little administration required and its defaults are extremely well-chosen, even those brought forward due to backwards compatibility. Plus, it's well-optimized for the types of queries that beginners tend to make (such as SELECT COUNT(*) FROM table1).

Now, it sucks when stuff goes wrong. That sort of thing is what you need experts for. Experts, in general, will want to customize. All of a sudden, defaults matter less and less. See the progression?


My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re^5: [OT] Why I don't use Mysql for new projects

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://696853]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 23:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found