jrgemignani commented on issue #1837: URL: https://github.com/apache/age/issues/1837#issuecomment-2099514050
@devcode100 I should note that, for each of my tests, I used fresh installs of PostgreSQL version 16.1 and Apache AGE **master** and release 1.5.0. I'm not sure what specific version of 16 you are using, though. Here I have created over 13M nodes without issue - ``` psql-16.1-5432-pgsql=# select * from cypher('test', $$ match (u) return count(u) $$) as (result agtype); result ---------- 13600000 (1 row) psql-16.1-5432-pgsql=# ``` -- 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