Author |
Topic |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 30 March 2003 : 19:00:36
|
For what it's worth, I thought I would let the community know that MySQL has moved thier version 4 of thier database server from Alpha stage to Production stage. This means it is now stable to be used in production eviroments.
I haven't seen some key features as I was hoping for, but I hear that is planned for version 4.1.
Taken from the www.mysql.com site:
quote: The main new features of MySQL version 4.0 are geared toward enhancing the MySQL database software as the solution for mission-critical, heavy-load database systems and to optimize performance as an embedded database. MySQL version 4.0 includes:
- A query cache, offering increased performance for many applications with repetitive queries
- Full-text indexing, searching on packed indexes, bulk inserts and other new optimizations for faster query execution
- An embedded MySQL server library, making the MySQL database faster and easier as an embedded database in other applications
- The transactional engine, InnoDB, in the standard 4.0 binaries, adding transactions, row-level locking, and foreign key integrity
- Features to simplify migration from other databases to MySQL, such as the “Truncate Table,” “Union” and “Cast” SQL syntax additions
More detailed information about new features in MySQL version 4.0 can be found at the MySQL AB Web site at www.mysql.com/doc/en/Nutshell_4.0_features.html." target="_blank">http://www.mysql.com/doc/en/Nutshell_4.0_features.html.
"MySQL version 4.0 provides a rich array of new features, including the impressive new query cache feature and the InnoDB transactional engine," said Anthony Boyd, manager of Web Technology at Silicon Storage Technology, Inc., a major flash memory provider based in Sunnyvale, California. "In addition to several stand-out and ease-of-use improvements, we have found the upgrade to MySQL version 4.0 from version 3.23 to be an easy one."
|
Support Snitz Forums
|
Edited by - Davio on 30 March 2003 19:48:32 |
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 30 March 2003 : 19:44:39
|
Woo Hoo! But no stored procedures yet?
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 30 March 2003 : 19:47:12
|
quote: Woo Hoo! But no stored procedures yet?
That's the feature I'm missing. They say it is planned for the 4.1 version. |
Support Snitz Forums
|
|
|
Doug G
Support Moderator
USA
6493 Posts |
Posted - 30 March 2003 : 20:11:42
|
Thanks for the update, Davio! I'm going to hop over & get the new version & see what it takes to upgrade my 3.5x on RedHat.
|
====== Doug G ====== Computer history and help at www.dougscode.com |
|
|
snaayk
Senior Member
USA
1061 Posts |
Posted - 30 March 2003 : 21:21:29
|
No support for subqueries either? |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
|
burthold
Junior Member
USA
426 Posts |
Posted - 09 April 2003 : 17:09:06
|
Subqueries in 4.1 I thought stored procs were 5.0 feature set? InnoDB rocks the house. I have put databases as large as 350 gig on it without a hitch.
Wes |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 09 April 2003 : 17:14:08
|
Yeah, stored procedures in 5.0. Just wasn't sure.
I haven't really tried the InnoDB. Basically used MyISAM the whole time. Any differences between the two? |
Support Snitz Forums
|
|
|
JakeG
Starting Member
USA
9 Posts |
Posted - 02 June 2003 : 09:45:28
|
Not sure if this is the right place for this, but I think it fits.
Last night I upgrade my MySQL to 4.1.0 and it went fairly smooth except about 11 files had to updated. The update/fix was simple though. Problem: MySQL count() does not return as an Integer or Long.
Solution: use CLng() when assigning variables the results from count() query.
List of files affected. inc_header default forum topic admin_accounts_pending members search admin_config_badwords admin_config_namefilter admin_emiallist admin_count
Notes: I don't remember lines or exactly what changes I made, but I can dig that information up if anyone would like to know.
S/W versions: OS: Win2k SQL: MySQL 4.1.0 Snitz: Snitz Forums 2000 Version 3.4.03
Mods in use: mod_commander_plus-3304-10 my_avatar_addon_for_-34-001a SmileManagerPlus Version: 1.2.1 automatic_syntax_hig-34-10
|
- Jake www.nthelp.org / www.computershowoff.com
Microsoft MVP - IIS http://mvp.support.microsoft.com |
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 03 June 2003 : 02:40:04
|
Thanks Davio. Will try it on my machine |
German Snitz Forum
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 03 June 2003 : 13:07:04
|
You're welcome. MySQL 4.1 should be coming out of Alpha stage soon. |
Support Snitz Forums
|
|
|
|
Topic |
|