Re: [DISCUSS] AGE Container Support

2021-03-11 Thread vongosling
Personally, some of the questions I have on the subject before going forward on providing support for this is: AGE is an extension of Postgres, so should our containers include Postgres in them to avoid dependencies. Furthermore, would that affect users' ability to use other extensions, such as

Re: [DISCUSS] Apache AGE Coding standard adjustment

2021-03-11 Thread vongosling
Hi, New committer discussion would better happen in the private email list[1]. I'd suggest that the voting thread be grounded before we finish the discussion. I would like to remind all PPMC should familiar with the apache incubating ways which are addressed here[2]. [1]

[GitHub] [incubator-age] grillorafael closed issue #42: Is there any performance comparison against Neo4J?

2021-03-11 Thread GitBox
grillorafael closed issue #42: URL: https://github.com/apache/incubator-age/issues/42 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

[GitHub] [incubator-age] grillorafael commented on issue #42: Is there any performance comparison against Neo4J?

2021-03-11 Thread GitBox
grillorafael commented on issue #42: URL: https://github.com/apache/incubator-age/issues/42#issuecomment-796891884 Thanks! This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-age] jrgemignani commented on issue #42: Is there any performance comparison against Neo4J?

2021-03-11 Thread GitBox
jrgemignani commented on issue #42: URL: https://github.com/apache/incubator-age/issues/42#issuecomment-796888643 Hi Rafael, I am not aware of any performance tests, yet. We're mostly focused on fully implementing the openCypher specification at the moment. Once we have a

[GitHub] [incubator-age] jrgemignani commented on issue #41: ERROR: unhandled cypher(cstring) function call error on first cypher query

2021-03-11 Thread GitBox
jrgemignani commented on issue #41: URL: https://github.com/apache/incubator-age/issues/41#issuecomment-796881128 Per the documentation, I don't think there is a way to avoid the first failure, unless you explicitly do a load command to make sure the library is loaded - *Shared

[GitHub] [incubator-age] grillorafael opened a new issue #42: Is there any performance comparison against Neo4J?

2021-03-11 Thread GitBox
grillorafael opened a new issue #42: URL: https://github.com/apache/incubator-age/issues/42 Hi! Congratulations on the extension. It looks really nice and I love seeing postgres being used like this. I wanted to check if anyone here in the project ran a performance comparison

[GitHub] [incubator-age] pdpotter commented on issue #41: ERROR: unhandled cypher(cstring) function call error on first cypher query

2021-03-11 Thread GitBox
pdpotter commented on issue #41: URL: https://github.com/apache/incubator-age/issues/41#issuecomment-796608450 Thank you for the detailed explanation! I will continue to use the workaround where the first command is expected to fail for now. Should I leave this issue open until the