Java 数据库服务器,Apache Derby 10.12.1.1 发布

jopen 8年前

Apache DerbyApache软件基金会所研发的开放源码数据库管理系统;由于Derby是一个纯Java程式,因此只需要操作系统支援Java虚拟机,Derby便可执行。

Derby是特别地为Java环境进行优化,Derby本身不仅是一个纯Java程式,而且Derby在执行用户的SQL程式时,能够把SQL编译成Java bytecode并以系统的Java虚拟机执行。由于SQL程式转成的Java bytecode能被JIT动态翻译,因此Derby可能比传统的数据库管理系统更佳的性能。

其他特性包括:

  • 支援 主从架构 或 嵌入 环境

  • 多线程

  • ACID

  • Java数据库连接 (JDBC)

  • 低系统需求:约占 2 MB 的硬盘空间,压缩后更只是600KB

Apache Derby 10.12.1.1 发布啦!

下载地址:http://db.apache.org/derby/derby_downloads.html 

Derby 10.12.1.1包含以下新特性:

    * ALTER TABLE and identity columns - The ALTER TABLE command can be used to add identity columns now. See the section on this statement in the Derby Reference Manual. 
    * Cache-monitoring MBean - An MBean has been added for monitoring internal Derby caches. See the description of CacheManagerMBean in the "Introduction to the Derby MBeans" section of the Derby Server and Administration Guide. 
    * Optional Tool for Handling JSON Data - An optional tool has been added for packing query results into JSON documents and for unpacking JSON documents into tabular result sets. See the section on the simpleJson optional tool in the Derby Tools and Utilities Guide. 
    * Statistics aggregates - SQL Standard VAR_POP(), VAR_SAMP(), STDDEV_POP(), and STDDEV_SAMP() aggregates have been added. See the "Aggregates (set functions)" section in the Derby Reference Manual.

此外,Derby 10.12.1.1还包含许多错误,安全,和文档修复,请试试这个新版本吧。

更多内容请看发行说明


来自:www.oschina.net/news/67042/apache-derby-10-12-1-1