jrgemignani commented on issue #1522:
URL: https://github.com/apache/age/issues/1522#issuecomment-1958474851

   @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, ap.id), ap.properties), '""id""'::agtype]))
   ```
   
   


-- 
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

Reply via email to