John Gemignani

Results 278 comments of John Gemignani

@theory We're still waiting on access. @eyab can we get a status?

@spbnick The graph is stored in tables. However, for some queries [VLE specifically] there is an in-memory data structure that represents the graph allowing graph algorithms easier transversal.

@MironAtHome I can try to look into this tomorrow, time permitting. I recall something, somewhere, about this limit and creating a workaround. But, it's been a while. Edit: Related to...

@MironAtHome PR #1901 will fix this for objects, but not for SET. It is currently in review.

@MironAtHome This is only fixed for agtype_build_map in the branches and not for SET. The releases don't have the fix. You would need to build from one of the branches.

> So, it does look like cypher parser is accepting 100+ parameters for various commands, however, the call to function agtype_biuld_map fails. @MironAtHome Unfortunately, there is nothing that I can...

@devcode100 This is happening when using the command line in PostgreSQL? Or through a driver?

@devcode100 I have not been able to reproduce this and I created 120,000 nodes as shown below, in both the latest and PG16 release 1.5.0. It could be that your...