Java 數據庫服務器,Apache Derby 10.12.1.1 發布

jopen 9年前發布 | 8K 次閱讀 Apache Derby

Apache DerbyApache軟件基金會所研發的開放源碼數據庫管理系統;由于Derby是一個純Java程式,因此只需要操作系統支援Java虛擬機,Derby便可執行。

Derby是特別地為Java環境進行優化,Derby本身不僅是一個純Java程式,而且Derby在執行用戶的SQL程式時,能夠把SQL編譯成Java bytecode并以系統的Java虛擬機執行。由于SQL程式轉成的Java bytecode能被JIT動態翻譯,因此Derby可能比傳統的數據庫管理系統更佳的性能。

其他特性包括:

  • 支援 主從架構 或 嵌入 環境

    </li>

  • 多線程

    </li>

  • ACID

    </li>

  • Java數據庫連接 (JDBC)

    </li>

  • 低系統需求:約占 2 MB 的硬盤空間,壓縮后更只是600KB

    </li> </ul> 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

     本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
     轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
     本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!