-
Kizdar net |
Kizdar net |
Кыздар Нет
Home · OrientDB Manual
Welcome to OrientDB - the first Multi-Model Open Source NoSQL DBMS that brings together the power of graphs and the flexibility of documents into one scalable high-performance …
Import from JSON · OrientDB Manual
This is needed, in order to allow importing the property "id" in the OrientDB Loader. Without this option, the Blueprints standard would reject it, because "id" is a reserved name.
Documents · OrientDB Manual
Similar to the Prepared Statement of JDBC, OrientDB now supports prepared queries. With prepared queries, the database pre-parses the query so that, in cases of multiple executions …
Setting Configuration · OrientDB Manual
OrientDB allows modifications to the storage configuration. Even though this will be supported with high level commands, for now it's pretty "internal" using Java API.
Loaders · OrientDB Manual
OrientDB Loader When the ETL module runs the OrientDB Loader, it loads the records and vertices from the transformers into the OrientDB database.
Working with Graphs · OrientDB Manual
By using the graph commands over the standard SQL syntax, OrientDB ensures that your graphs remain consistent. For more information on the particular commands, see the following pages:
Logging · OrientDB Manual
OrientDB handles logs using the Java Logging Framework, which is bundled with the JVM. The specific format it uses derives from the OLogFormatter class, which defaults to:
Distributed Architecture · OrientDB Manual
OrientDB has a multi-master distributed architecture (called also as "master-less") where each server can read and write. Starting from v2.1, OrientDB support the role of "REPLICA", where …
Enterprise Edition · OrientDB Manual
OrientDB Enterprise Edition is designed specifically for applications seeking a scalable, robust, and secure multi-model database. Its main goal is to save time and money on your OrientDB …
Web Server · OrientDB Manual
Even though OrientDB Server is a regular Web Server, it is not recommended to expose it directly on the Internet or public networks. We suggest to always hide OrientDB server in a private …