Download List

Projeto Descrição

OrientDB is a NoSQL DBMS which can store 150,000 documents per second on common hardware. Even with a document-based database, the relationships are managed as in graph databases, with direct connections among records. You can traverse entire or parts of trees and graphs of records in a few milliseconds. It supports schema-less, schema-full, and schema-mixed modes, has a strong security profiling system based on users and roles, and supports SQL between the query languages. Thanks to the SQL layer, it's straightforward to use for people skilled in the relational world.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-03 10:22 Back to release list
1.0rc8

Esta versão adiciona um novo comando TRAVERSE para percorrer os registros por relacionamentos, casos de uso de um novo plano de busca para oferecer suporte a mais complexa, uma API assíncrona para acelerar inserções, atualizações e exclusões através de uma rede remota, um novo tipo de DECIMAL para lidar com a moeda sem as dores de flutuar e duplos tipos, um modo de esquema estrita para trabalhar como um DBMS relacional, a resolução do problema "grande nó" quando um registro tem muitas ligações a outros registros usando uma árvore de MVRB para lidar com relacionamentos, não novo e operadores INSTANCEOF para SQL, um índice que funciona contra tipos de mapa, suportam para anotação de @ Embedded JPA e correções de bugs para 54 questões.
This release adds a new TRAVERSE command to traverse records by relationships, a new fetch plan to support more complex use cases, an asynchronous API to speed inserts, updates, and deletes via a remote network, a new DECIMAL type to handle currency without the pains of float and double types, a strict schema mode to work like a Relational DBMS, resolution of the "big-node" problem when a record has many links to other records by using an MVRB-Tree to handle relationships, new NOT and INSTANCEOF operators for SQL, an index which works against MAP types, support for JPA @Embedded annotation, and bugfixes for 54 issues.

Project Resources