java NoSQL數據庫,iBoxDB.java v1.2 發布
iBoxDB.java是一個易用高性能的NoSQL數據庫
復制就能運行,可以當作Linux下的Access使用
同時能在Android下運行,可以當作移動版的MongoDB使用
支持MVCC事務,無死鎖
features
- CURD
- Primary key
- Index, both Unique and Non-Unique
- Composite Index, both Unique and Non-Unique
- Query language
- Transactions support
- Concurrency control
- Replication both MasterSlave and MasterMaster
- In-Memory database supported
- Automatically creating databases when it is needed
- Zero configuration, copy and run, full of managed code
- Dynamic columns
- Different types with same indexes can be stored in same table
- NoSQL styles
- ResultSet compatible with LINQ
- High performance
v1.2版本增加文件鏡像功能,能在Master-Slave讀寫分離架構上同時進行數據庫文件鏡像,用作必要時能快速切換到鏡像文件啟動Master或者Slave服務.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!