MySQL的核心价值
MySQL的核心价值取向指明了我们对MySQL和开发源码的贡献。
这些核心价值取向规定了MySQL AB与MySQL服务器软件的协作方式:· 成为世界上最好和使用最广泛的数据库。 在互联网公司确实已经是最广泛的数据库。
· 面向所有人,而且所有人均能支付得起。 开源免费,所有人都能支付得起。
· 使用简单。 安装、配置、使用缺失都很简单,功能也比较简单,不是大而全的数据库。
· 在保持快速和安全的同时不断改进。 快速和安全优于功能,因此MySQL的功能不是很多,也发展较慢,能够保持一个小巧的数据库。
· 使用和改进充满乐趣。
· 不存在缺陷。 开放、共享、透明让缺陷尽早暴露,尽早解决。不是不存在缺陷,而是缺陷能够尽快得到发现并且修复。
MySQL发展大事记
Feature | MySQL Series |
---|---|
Unions | 4.0 |
Subqueries | 4.1 |
R-trees | 4.1 (for the MyISAM storage engine) |
Stored procedures and functions | 5.0 |
Views | 5.0 |
Cursors | 5.0 |
XA transactions | 5.0 |
Triggers | 5.0 and 5.1 |
Event scheduler | 5.1 |
Partitioning | 5.1 |
Pluggable storage engine API | 5.1 |
Plugin API | 5.1 |
InnoDB Plugin | 5.1 |
Row-based replication | 5.1 |
Server log tables | 5.1 |
Scalability and performance improvements | 5.1 (with InnoDB Plugin) |
DTrace support | 5.5 |
InnoDB as default storage engine | 5.5 |
Semisynchronous replication | 5.5 |
SIGNAL/RESIGNAL support in stored routines | 5.5 |
Performance Schema | 5.5 |
Supplementary Unicode characters | 5.5 |