orientdb-labs
orientdb-labs copied to clipboard
OrientDB Labs hosts last development version of OrientDB.
**Summary:** This is an attempt to define a generic API for execute admin operations on an OrientDB context. **Goals:** Add an API for run a range of not pre-defined admin...
**Reference:** https://github.com/orientechnologies/orientdb-labs/blob/master/OEP_2.md **Summary:** Review the class hierarchy of both Document and Graph APIs to create a unified hierarchy and a unified Multi-Model API. **Goals:** - Finally have a single, Multi-Model...
**Reference:** https://github.com/orientechnologies/orientdb-labs/blob/master/OEP_8.md **Summary:** Asynchronous read cache with state machine **Goals:** 1. Remove exclusive locks on read-only benchmarks. 2. Increase scalability of read cache in general. **Non-Goals:** 1. Improve speed in...
@laa Hello, I would like to ask why the edge contain the point, but the point does not contain the edge information of the point:  information of the point:...
Reference: https://github.com/orientechnologies/orientdb-labs/blob/master/OEP_9.md **Summary:** Use 16k pages for next versions of OrientDB by default **Goals:** Improve speed of read/writes operation by decreasing of default size of database page **Non-Goals:** **Success metrics:**...
**Summary:** List and discussion of the requirements of the 3.1 from the cummunity. **Goals:** Collect and prioritize the requirements for 3.1 **Non-Goals:** **Success metrics:** Shared list of 3.1 requirements **Motivation:**...
**Reference:** https://github.com/orientechnologies/orientdb-labs/blob/master/OEP_17.md **Summary:** LSM-trie based index **Goals:** Implement new index engine which is based on LSM-trie data structure. Given data structure has much less write amplification than LSM-tree and is...
**Summary:** A complete review of the binary protocol, introducing streaming, server side transaction, and specifications for any other data send on the binary channel. **Goals:** Stabilize the binary protocol introducing...
Ok. Here is a go at my first OEP suggestion. **Summary:** Along with the work being done to upgrade the Lucene version to 6.2.0, this OEP will take note of...
**Summary:** Currently ODB supports some NoSQL attributes, like storing schemaless data. These attributes could be enhanced to get ODB to be a pure NoSQL database - but with relationships, which...