SQL: Out-of-memory when CREATE EDGE ... IF NOT EXISTS
for existing edges with array of destination vertices
#1763
Milestone
CREATE EDGE ... IF NOT EXISTS
for existing edges with array of destination vertices
#1763
ArcadeDB Version:
ArcadeDB Server v24.11.1-SNAPSHOT (build 4207821d055e37cbd74b76683e45073da759c2de/1729083296142/console)
OS and JDK Version:
Running on Mac OS X 12.7.6 - OpenJDK 64-Bit Server VM 17.0.12 (Homebrew)
When creating edges that already exists with the suffix
IF NOT EXISTS
and the destinition (TO
part) is an array, then an out-of-memory error happens after some time.Expected behavior
No out-of-memory (OOM) error.
Actual behavior
or:
Steps to reproduce
IF NOT EXISTS
This last statement causes the OOM error.
The text was updated successfully, but these errors were encountered: