a php developer weblog

blog Closed!
calin view of the web development world

2005/10/25

MySQL 5.0 is Production ready!!

Tags:
@ 04:27 PM (31 months, 3 days ago)
MySQL 5.0 is available for production usage! Some of the enterprise feature list:
  • Stored Procedures and SQL Functions -- to embed business logic in the database and improve performance;
  • Triggers -- to enforce complex business rules at the database level; 
  • Views -- to ensure protection of sensitive information; 
  • Cursors -- to allow easier database development and reference of large datasets;
... and many more. That's perfect timing for Systems 2005 Munich.