DVDerek Posted February 18, 2005 Posted February 18, 2005 I am writing a little database application for my website and would like the ability to create views. Unfortunately, the folks at MySQL didn't get around to implementing this feature until Version 5.0.1. My server is still running 4.0 I must admit, I am a MySQL novice and I'm not sure when 5.0 came out or if there are compelling reasons NOT to upgrade. Is there any chance we'll see 5.0 on TCH anytime soon? I have a completely normalized database and doing all of those joins on the fly all the time is going to be expensive. I'd like to be able to have a view saved to speed things up! Quote
MikeJ Posted February 18, 2005 Posted February 18, 2005 MySQL 4.1 is the latest certified production-ready version. 5.0 is still in development. You won't see 5.0 deployed here for quite awhile. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.