dijef

Results 6 issues of dijef

### ArcadeDB Version: `ArcadeDB Server v23.11.1` ### OS and JDK Version: `Windows 10 10.0 - OpenJDK 64-Bit Server VM 17.0.9 (Temurin-17.0.9+9)` ### Expected behavior The performance difference between RemoteDatabase and...

enhancement
performance

I have three entity classes: A, B, C. A contains list of B (OneToMany, Lazy) B contains A (ManyToOne, lazy) B contains list of C (OneToMany, Lazy) C contains B...

To reproduce the problem: 1. Create and save using repository entity A on new thread (repo.save(new Entity)). 2. Fetch entity A using findById to confirm its name is null on...

We're using OrientDB with desktop application where database is stored in local files. By using OrientDB Studio, any database can be opened by root. You don't need to know users...

### ArcadeDB Version: `24.5.1`, embedded installation (I believe it applies to server too) ### OS and JDK Version: `Windows 11`, `Adoptium 21.0.1+12` ### Expected behavior After import from file completes,...

### ArcadeDB Version: `24.5.1` ### OS and JDK Version: `Windows 11, Adoptium 21.0.1+12` ### Expected behaviour All required dependencies are provided through Maven. ### Actual behaviour When pulling using Maven...

bug
dependencies