OrientDB 3.0.11 已发布,OrientDB 是兼具文档数据库的灵活性和图形数据库管理链接能力的可深层次扩展的文档-图形数据库管理系统。可选无模式、全模式或混合模式。支持许多高级特性,诸如 ACID 事务、快速索引,原生和 SQL 查询功能。可以导入 JSON 格式、导出文档。
下载地址
社区版:https://orientdb.com/download-2/
企业版:https://orientdb.com/orientdb-enterprise/
该版本主要是修复了 bug,具体如下:
SQL
- Fix management of “parent” property names in SQL Issue #8669
- Support parameters for INSERT with CONTENT Issue #8666
- Fix NPE on index chain calculation (query execution planning) Issue #8665
- Fix nested projections with nested star Issue #8662
- Fix CONTAINS operator on list of maps Issue #8654
- Fix UPDATE REMOVE with LINKSET and subqueries Issue #8647
- Fix insert on LINKMAP with subqueries Issue #8646
- Fix SQL GROUP BY with multiple columns that do not appear in the projections Issue #8625
- Fix general count() with no matching records in SQL Issue #8621
Console
- Fix execution of batch scripts in console with “load script” Issue #8627
源码下载:https://github.com/orientechnologies/orientdb/releases/tag/3.0.11
转自 https://www.oschina.net/news/101998/orientdb-3-0-11-released