jrgemignani commented on issue #1000:
URL: https://github.com/apache/age/issues/1000#issuecomment-1673526822
> By the way can you get rid of using label id while creating the index
definition?
```
((agtype_access_operator(VARIADIC ARRAY[_agtype_build_vertex(id,
_label_name('16954'::oid, id), properties), '"pet"
'::agtype]) = '"dog"'::agtype) AND (properties @>
agtype_build_map('hidden'::text, 'false'::agtype)))
```
It **might** be possible to reduce the first into something similar to the
second. However, we would have to look into the logic of how this is being
resolved and passed.
Right now, our main focus has been on completing the cypher specification,
making the logic more consistent, fixing bugs, and bringing Apache AGE to
PostgreSQL version 15. Once we get to PostgreSQL version 15 we will have more
resources to look at other issues, like indexes.
15 should be ready in about a week and hopefully we can add in fixes for the
volatility flag with it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]