joefagan
joefagan
Newbie alert - I hope it helps. This works but supports indexing of @> operator only. Is this indexing sufficient for you needs? ``` CREATE property INDEX idxginp ON term_zk...
Information about rules and their relationships can be stored in a labelled property graph like AgensGraph- but you knew that I'm sure, so I'm probably not answering your question. Can...
Is this issue resolved? (Newbie alert) I recreated what you have done (with much smaller .csv files) and can't see a problem. The number of nodes of each vlabel should...
AgensBrowser displays only what the return specifies match (a)-[*..5]-(b) where a.name='A' return *; will return only a and b, both nodes, no edges, since both a and b are nodes...
I've had this error message when using small vm's with reduced RAM. Moving to 8GB of RAM solved the issue. Do you have 8GB RAM or more?
@ChipNowacek Because you're running in a container, perhaps you need to set the URL to host.docker.internal instead of localhost or 127.0.0.1  This should work MAC and Windows environments. For...