|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, April 27, 2012 2:56 PM
Points: 124,
Visits: 73
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, August 11, 2008 12:00 PM
Points: 4,
Visits: 13
|
|
A good and balanced article. I take exception to the final sentence in the MyISAM section though: "Overall for small read-only data sets Myisam out of the box (Downloaded from SourceForge) is an excellent choice, but does struggle as the datasets grow, and requires tuning". I am not sure what you would define as small, but we have a 180gb spatial database with 450 million rows running off MyISAM and the performance does not appear to have degraded with size at all. Spatial databases are still a bit of a specialized subset, though this was the reason I switched from SQL Server to MySQL in the first place.
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Wednesday, January 02, 2013 12:15 PM
Points: 1,443,
Visits: 711
|
|
Ken, Thanks for the article. Very informative!
Mark
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, May 07, 2012 10:39 AM
Points: 153,
Visits: 565
|
|
Ditto on the thanks. This was a good intro.
Note: Yes, you're right about the religious wars. Some people approach these discussions with a ferver that is a little disturbing...
___________________________________________________ “Politicians are like diapers. They both need changing regularly and for the same reason.”
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 08, 2008 7:12 AM
Points: 1,
Visits: 5
|
|
| Great Article! I currently migrated a couple of MSSQL 2000 db's to MySQL.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 10:08 AM
Points: 62,
Visits: 245
|
|
Wonderful Article. I hope you continue this into a "series" and delve deeper into SQL Server vs. MySQL, perhaps in writing code, Stored Object (SPs, Views, Functions, etc) and other day-to-day use comparisons.
Keep up the good work!
Francis
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Yesterday @ 12:48 PM
Points: 267,
Visits: 353
|
|
Is anyone else having issues with MySQL's documentation and addition/removal of features? Things like database renaming (added then removed), local file imports having to use the option -L (was optional, now required) ... It seems like each release, no matter how minor, means I have to re-learn everything. Scripts I save in 1 version fail when run against the next minor release. I realize things like the database renaming were better off removed as they did not work at all. But how about fixing instead of just removing! Also I would have to agree with performance issues, I have tables with 144 million rows, in MyISAM and the performance is worse than that of an MS Access DB! Overall MySQL is not my DB of choice - SQL Server, Oracle and Sybase are better in every aspect. But MySQL is free, so I guess its worth all my time re-writing scripts!?
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, January 21, 2010 8:23 AM
Points: 116,
Visits: 61
|
|
Great intro - as said before, please consider turning this into a series of "hands on" articles.
thanks
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 11:56 AM
Points: 772,
Visits: 1,828
|
|
Great article. I'm almost surprised that this has not drawn more fire ... er ... posts. It's early in the US though.
The cost of MySQL is great. The open source thing is a bit to get over at first. I can download it and use it myself. My customer can download it and use it. I can't download it and install it for them. We give the customer a sheet of instructions and set with them while they download it and install it. Once done the sheet says, "Now your consultant can be engaged to reconfigure and tune the installation." 
The other thing about MyIsam is the way you can do backups. Stop the service, copy the files, start the service. Restore is the same way. To reinstall run your create table scripts and do the restore. This won't work with the other engines.
The GUI admin was not built into version 4. SqlYog to the rescue. Version 5 has a lot of new cool stuff in it. Since we have become MS partners we do a lot less with MySQL. We have to support the stuff in the field still. The stuff runs every day.
ATB
Charles Kincaid
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, May 14, 2012 12:50 PM
Points: 251,
Visits: 143
|
|
If you haven't yet, bnordberg, you may want to take a look at PostgreSQL; it's also free and I would expect the learning curve to be a bit more reasonable for someone with a MS SQL Server/Oracle/Sybase background.
Cheers.
|
|
|
|