java NoSQL数据库,iBoxDB.java v1.2 发布
jopen 11年前
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服务.