内容简介:MariaDB 10.3.5 已发布,这是 MariaDB 10.3 系列的首个 RC 版本,不建议在生产环境中使用。该版本最值得关注的更新是对持久数据结构的性能改进。 MariaDB 10.3.5 还有以下值得关注的更新: The PL/SQL stored pr...
MariaDB 10.3.5 已发布,这是 MariaDB 10.3 系列的首个 RC 版本,不建议在生产环境中使用。该版本最值得关注的更新是对持久数据结构的性能改进。
MariaDB 10.3.5 还有以下值得关注的更新:
The PL/SQL stored procedure dialect (enabled with sql_mode=ORACLE) now supports Oracle style packages, CREATE PACKAGE [BODY], DROP PACKAGE [BODY], and SHOW CREATE PACKAGE [BODY] statements were added (MDEV-10591)
Numerous performance improvements for high-concurrency load
Useless
@@system_versioning_innodb_algorithm_simpleserver variable was removedNew sql_mode
SIMULTANEOUS_ASSIGNMENTto make the SET part of the UPDATE statement evaluate all assignments simultaneously, not left-to-right.Numerous scalability and performance improvements to global data structures, including MDEV-14756, MDEV-15019, MDEV-14482, MDEV-15059, MDEV-15104
Correctness improvement - TRUNCATE honors transactional locks (MDEV-15061)
Performance improvements to persistent data structures: MDEV-15090, MDEV-15132
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《MariaDB 10.3.5 发布,10.3 系列的首个 RC 版本》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- IJPay 0.8 版本发布,兼容低版本 JDK
- fastjson 1.2.55 版本发布,Bug 修复版本
- Apache Ignite 2.9.1 版本发布,小版本更新
- Swoole v4.6.1 版本发布,Bug 修复版本
- Swoole v4.6.2 版本发布,Bug 修复版本
- Swoole v4.6.4 版本发布,Bug 修复版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Data Structures and Algorithms
Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20
The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!