Luca Garulli

Results 41 issues of Luca Garulli

By experimenting with some modifications to the test RandomTestMultiThreadsTest, I was able to reproduce under heavy load a recurrent exception about loading a multi-page record. - [x] fix load of...

bug
in progress

### Discussed in https://github.com/ArcadeData/arcadedb/discussions/1203 Originally posted by **lvca** August 12, 2023 ArcadeDB does not reuse the assigned RIDs. Never. Even when the record is deleted. This has the advantage of...

enhancement
in progress

With the issue #796, ArcadeDB supports points and polygons. It's still missing the native indexing of such new types. The following approach will be used: - create a new index...

enhancement

It would be useful to have properties defined with functions, which are bound to types `.` allows “functionName” to be a property on the MyType vertex class). This means queries...

enhancement

In the case where most or all the database is loaded in RAM, it would be useful to execute the query on multiple threads. Certain queries like full scan or...

enhancement

This issue has been reported on the Discord channel.

enhancement

A nice feature of OrientDB was having persistent scripts that work like stored procedures. While having it in the database could be very helpful, editing scripts through OrientDB Studio is...

enhancement

### Discussed in https://github.com/ArcadeData/arcadedb/discussions/867 Originally posted by **vic0824** February 18, 2023 I have a couple of related ideas for enhancing the Studio authentication: 1. currently the authentication status (i.e. whether...

enhancement

Once you open a database on an ArcadeDB Server, the server keeps the database open until it's expressly closed (`/close` HTTP command). For use cases with hundreds or even thousands...

enhancement

In case the `partitioned` bucket selection strategy is selected (by default from v23.2.1 in case a unique index is defined), the rebuild of the index should check each record if...

bug