Download List

프로젝트 설명

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.

2011-08-02 17:18
1.0rc4

SQL 엔진은 체인에서 함수와 연산자에 대한 향상된 지원을 받았습니다. 배열, 컬렉션, 그리고지도는 현재 쿼리 매개 변수로 지원됩니다. 새 SQL TRUNCATE 기록 명령이 구현되었습니다. 단지 지금은 OSGi 호환됩니다. 드롭 클러스터와 함께 문제 해결 총 21 문제 사이되었습니다.
The SQL engine received improved support for functions and operators in the chain. Array, collection, and maps are now supported as query parameters. A new SQL TRUNCATE RECORD command was implemented. JARs are now OSGi compliant. Problems with drop clusters were amongst the 21 issues fixed in total.

2011-07-18 20:23
1.0rc3

인덱스 관리자가 여러 쿼리 조건 또한 인덱스를 사용하도록 개선되었습니다. 상쾌한 스키마와 문제가 수정되었습니다. 버그 많은 분산 클러스터 구성으로 수정되었습니다. SQL ALTER 커스터 명령이 추가되었습니다. SQL 연산자의 존재가 추가되었습니다. GraphDB에서 SQL 그렘린 () 연산자가 SQL 쿼리 결과 집합에 대해 그렘린 스크립트를 실행하기 위해 추가되었다, 그렘린은 명령 스크립트 구현으로 통합되었습니다. 디스크 공간 할당 및 성능은 일반적으로 향상되었습니다. 34 문제가 전체에서 수정되었습니다.
The Index manager was improved to use an index also with multiple query conditions. Problems with schema refreshing were fixed. A lot of bugs were fixed with distributed clustered configuration. The SQL ALTER CUSTER command was added. The SQL operator EXISTS was added. In GraphDB, the SQL GREMLIN() operator was added to execute Gremlin scripts against the SQL query resultset, Gremlin was integrated as a command script implementation. Disk space allocation and performance were improved in general. 34 issues were fixed in total.

2011-06-20 22:31
1.0rc2

멀티 스레드 문제가 해결되었습니다. 인덱스 검색은 빠르게 화가되었습니다. 연산자 간의 SQL이 추가되었습니다. SQL ALTER 클래스 및 재산 명령을 ALTER은 refactor dB 스키마에 추가되었습니다. 콘솔 DROP 데이터베이스와 인덱스 명령이 추가되었습니다. 날짜 형식은 YYYY / MM / SS와 날짜를 처리하기 위해 추가되었습니다. SQL 별개의 (), 유니온 ()는 () 교차하고, 차이 () 함수가 추가되었습니다. MVCC (다중 버전 동시성 제어) 시스템은 기본적으로 거래를 외부에서도 사용할 수 있지만, 끌 수 있습니다. +는, -, *, /와 % 수학 작업은 SQL 쿼리에서 지원됩니다. 보안 검사가 적용됩니다. 서버가 Java6을 필요로하면서 코어, Java5와 호환됩니다.
Multi-thread problems were fixed. Index searching was mad faster. The SQL BETWEEN operator was added. The SQL ALTER CLASS and ALTER PROPERTY commands were added to refactor the db schema. Console DROP DATABASE and INDEXES commands were added. The DATE type was added to handle dates only with YYYY/MM/SS. The SQL distinct(), union(), intersect(), and difference() functions were added. MVCC (Multi-version Concurrency Control) system is enabled also outside transactions by default, but can be turned off. The +, -, *, /, and % math operations are supported in an SQL query. Security checks are enforced. The core is compatible with Java5, while the server needs Java6.

2011-05-25 17:59
1.0rc1

새로운 조각 모음 알고리즘은 구멍을 따라서 디스크 공간을 소모 줄이는 데 사용됩니다. 마샬링 최적화 / unmarshalling 게으른 컬렉션의 매우 빠른 구현이 현재 사용됩니다. HTTP 프로토콜 이제 다중 요청을 처리합니다. HTTP를 다운로드 및 업로드 명령이 추가되었습니다. 클러스터 구성에 문제가 여러 개의 데이터베이스가 수정되었습니다 열 때. 여덟 새 구성 매개 변수가 추가되었습니다. OLockManager 클래스는 레코드 수준 잠금에 추가되었습니다. 많은 버그가 수정되었습니다.
A new defragmentation algorithm is used to reduce holes and therefore disk space consumption. A very fast implementation of lazy collections that optimizes marshalling/unmarshalling is now used. The HTTP protocol now handles multipart requests. HTTP Download and Upload commands were added. Problems with cluster configuration when multiple databases were opened were fixed. Eight new configuration parameters were added. The OLockManager class was added to lock at the record level. Many bugs were fixed.

2010-10-21 16:04
0.9.23

거래의 논리적 클러스터에 대한 지원, 실버 라이트와 플래시 클라이언트에서 OrientDB 서버 및 수정 많은 버그를위한 도메인 간 액세스합니다.
Support for logical clusters in transactions, cross-domain access to the OrientDB server from Silverlight and Flash clients, and fixes for many bugs.

Project Resources