[GitHub] [incubator-age-viewer] emotionbug commented on pull request #15: Update package.json & README

2021-11-30 Thread GitBox
emotionbug commented on pull request #15: URL: https://github.com/apache/incubator-age-viewer/pull/15#issuecomment-983270482 Thx. I will squasing 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

[GitHub] [incubator-age-viewer] shinhanbyeol opened a new pull request #15: Update package.json & README

2021-11-30 Thread GitBox
shinhanbyeol opened a new pull request #15: URL: https://github.com/apache/incubator-age-viewer/pull/15 I think we need an command line to build a backend. so I added "build-back" in package.json And In "How to Build Using Instructions", There was no mention of building a

Re: Apache AGE (Incubating) - Community Graduation Vote

2021-11-30 Thread Eya Badal
Thank you mentors for your valuable feedback. The feedback is addressed below. Regarding GitHub issues and pull requests: It is true that in the earlier months we were sluggish in responding to and closing out issues. In April we created SLA to categorise (label), assign, and respond to

[GitHub] [incubator-age] JoshInnis commented on issue #45: unique properties / indexing

2021-11-30 Thread GitBox
JoshInnis commented on issue #45: URL: https://github.com/apache/incubator-age/issues/45#issuecomment-983105857 Indices cannot currently be used while matching. There will need to be some re factoring done to allow the planner to realize opportunities where the indices can be used. --

[GitHub] [incubator-age] JoshInnis commented on issue #45: unique properties / indexing

2021-11-30 Thread GitBox
JoshInnis commented on issue #45: URL: https://github.com/apache/incubator-age/issues/45#issuecomment-98308 It might be safe to change `agtype_access_operator` to immutable. Per Postgres' Documentation: IMMUTABLE indicates that the function cannot modify the database and

[GitHub] [incubator-age] pdpotter edited a comment on issue #45: unique properties / indexing

2021-11-30 Thread GitBox
pdpotter edited a comment on issue #45: URL: https://github.com/apache/incubator-age/issues/45#issuecomment-812524846 It would indeed be very useful to enable the creation of constraints / indexes. This could help to accelerate the creation of edges between nodes that were added earlier,

[GitHub] [incubator-age] pdpotter commented on issue #45: unique properties / indexing

2021-11-30 Thread GitBox
pdpotter commented on issue #45: URL: https://github.com/apache/incubator-age/issues/45#issuecomment-982438807 This is great, thank you! Since indices require an immutable function, an additional function will still need to be created for them. When I create a `get_id` function with