John Gemignani

Results 278 comments of John Gemignani

@MironAtHome Thank you! This would definitely be helpful to others.

@MironAtHome Unfortunately, I haven't done Windows coding in a long while and can't help. I will see if any others on the team might be able to assist you.

@MironAtHome I will ping someone again on the team who might be able to help.

@filiprejmus This is something that we are looking into. But, @kevintruong your input is welcome. One of the issues with moving from Travis CI (what we previously used) to Github...

@alteck45 What version of PostgreSQL and version of AGE are you running this on? Additionally, these 2 issues covered a lot about indexes, albeit with WHERE, that might be of...

@alteck45 Could you provide a simple sample set?

@alteck45 Could you provide a simple sample set so that we can try to reproduce this?

@alteck45 This index won't be used - `CREATE UNIQUE INDEX ap_id ON "test-graph"."AccessPoint" USING btree (agtype_access_operator(properties, '"id"'));` due to the query not matching `agtype_access_operator(properties, '"id"')` - ``` (agtype_access_operator(VARIADIC ARRAY[_agtype_build_vertex(ap.id, _label_name('20505'::oid,...

@alteck45 I'm also a bit confused by `ap.id` what `id` are you referring to or expecting? An `id` that **you** set in the properties or the `id` of the vertex...