Apache Derby 10.13.1.1发布
发布时间:2016-10-30 09:12:24来源:红联作者:numdon
Apache Derby 10.13.1.1 发布了。
Apache Derby是Apache软件基金会所研发的开放源码数据库管理系统;由于Derby是一个纯Java程式,因此只需要操作系统支援Java虚拟机,Derby便可执行。
Derby是特别地为Java环境进行优化,Derby本身不仅是一个纯Java程式,而且Derby在执行用户的SQL程式时,能够把SQL编译成Java bytecode并以系统的Java虚拟机执行。由于SQL程式转成的Java bytecode能被JIT动态翻译,因此Derby可能比传统的数据库管理系统更佳的性能。
新特性:
Identity column definitions may now contain the CYCLE clause. The CYCLE clause controls what happens when the identity column exhausts,its range and wraps around.
The new SYSCS_GET_DATABASE_NAME system function returns the canonicalized version of the current database name.
The new rawDBReader tool can be used in various scenarios to recover some or all of the data from a severely corrupted database.
The new SYSCS_IMPORT_TABLE_BULK and SYSCS_IMPORT_DATA_BULK system procedures can be used to process input data files which contain one or more header lines at the start of the file.
下载地址:
http://db.apache.org/derby/derby_downloads.html
来自:开源中国社区