orientdb
orientdb copied to clipboard
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Tr...
Instead of preserving Cluster ID's preserve the Cluster with all its attributes as well. I aim to get the clusters size on disk as small as possible by setting the...
### OrientDB Version: 3.2 ### Java Version: 14.0.1 ### OS: Windows 10 ## Expected behavior ## Actual behavior When running oetl to populate class from database the command window hangs...
### OrientDB Version: 3.1.15 ### Java Version: 1.8 ### OS: linux ## Expected behavior Returns the desired result when using a unique index ## Actual behavior When a query SQL...
### OrientDB Version: 3.2.8 ### Java Version: 1.8.0_202 ### OS: MacOS Monterey (V 12.4) ### Code: String dbURL = "remote:docker.local/test"; String username = "root"; String password = "test"; OrientGraphFactory factory...
**Summary** I have identified a few classes with refactoring potential along with its estimated time to refactor, specifically OSecurityRemote.java. The estimated time is based on historical commits containing refactoring and...
### OrientDB Version: 3.2.3 ### Java Version: 16 ### OS: Win/Linux/osX ## Expected behavior Open database created on the same version of orient ## Actual behavior Crashes with: com.orientechnologies.orient.core.exception.OStorageException: Database...
### OrientDB Version: 3.0.30 ### Java Version: 1.8.0_202 ### OS: MacOS Monterey (V 12.4) Code : GraphTraversal ft = getGTS().V(myObject.getVertex()).out(tag); return ft!=null && ft.hasNext(); ## Expected behavior ft.hasNext() to be...
### OrientDB Version: 3.0.29 ### Java Version: 1.8.0_242 ### OS: OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode) ## Expected behavior SQL query should execute successfully and return results. The...
### OrientDB Version: 3.2.7 ### Java Version: 11 ### OS: Mac OSx I have a plocal database as part of a Kotlin application. I would like to disable the WAL...
### OrientDB Version: 3.2.3 ### Java Version: jdk11 ### OS: centos ## Expected behavior login to bmc20220630 dababase ## Actual behavior Session expired ## Steps to reproduce 2022-06-30 11:17:25:540 INFO...