rafsun42 commented on issue #1235:
URL: https://github.com/apache/age/issues/1235#issuecomment-1771266717

   @vladiksun 
   
   @dehowef worked on a patch related to the solution I proposed. It was merged 
into the master. I suggest you try recompiling AGE from latest master.
   
   Your query will produce a plan similar to @jrgemignani's above comment. For 
the WHERE clause, you may create an index like below:
   ```sql
   CREATE INDEX pet_btree
   ON test_graph.profile
   USING btree (agtype_access_operator(VARIADIC ARRAY[properties, 
'"pet"'::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