devcode100 commented on issue #1837: URL: https://github.com/apache/age/issues/1837#issuecomment-2097451354
> > The volume of data is <100 (total number of Nodes across various Labels). > > Roughly, how many distinct labels? **There is roughly **26** distinct labels.** The size of data is very small. > Edit: Additionally, how are you inserting all of these nodes **I am not doing any bulk insertions rather very simple node creations.** **E.g:-** The below query will create issue ```pgsql SELECT * FROM cypher('SchemaGraph', $$ CREATE (:Category {name: 'CategoryTest1'}) $$) AS (n agtype); ``` The issue is very specific to Nodes whose Labels are already existing, If I try to create Nodes with new Labels, no issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org