Skip to content

[Bitnine Tech] - When it executes VLE(Variable Length Edge) query, why it occurs an error just the first try? #365

@Hyundong-Seo

Description

@Hyundong-Seo

vle_execute_error
The first time I try the VLE query, I always get an insert_vertex_edge error.
A second attempt at the same query executes the query.

ldbc=# SELECT * from cypher('test', $$
  EXPLAIN ANALYZE
  MATCH (v:comment)-[e:hascreatorcomment*1..3]->(v2:person)
  WHERE v.id = '962072674361'
  RETURN v, v2
$$) as (v agtype, v2 agtype);
ERROR:  insert_vertex_edge: failed to insert

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions