age
age copied to clipboard
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
Describe the bug Server crashes when executing the following SQL-script How are you accessing AGE (Command line, driver, etc.)? Accessing AGE through command line. What data setup do we need...
I am working with Apache AGE and I am trying to create new nodes and relationships based on existing nodes and their relationships. Here is a simplified version of my...
Is there a distinct on disk data structure used to store the graphs or do we transpile cypther to sql then execute the sql against the relational table data structures?
**Describe the bug** Given the basic data set up: `CREATE (:A)-[:incs]->(:C)` The following succeeds: `MATCH (a:A) WITH a OPTIONAL MATCH (a)-[:incs]->(c) WHERE EXISTS((c)(c) WHERE EXISTS((c)(c) WHERE EXISTS((c)
A clear and concise description of what the bug is: When executing a CREATE relationship between nodes in Apache AGE using the Cypher query, the operation fails with an error...
**Describe the bug** When trying to install the age Python driver using [poetry](https://github.com/python-poetry/poetry), the install fails due to the import of age [here](https://github.com/apache/age/blob/c75d9e477e2f83016a7a144291d2c15038cf229f/drivers/python/setup.py#L17), this is due to the dependencies not...
In PG17 palloc0fast is removed and palloc0 is instead
Hi all I built age for PostgreSQL 17. Basically compiling worked without errors. But when I try to create the extension I get the following error: When will a PostgreSQL...
- Whenever a label will be created, indices on id columns will be created by default. In case of vertex, a unique index on id column will be created, which...
Not doing so results in inconsistencies between pg_catalog and ap_catalog.label if extension was dropped and recreated in the same session. Previously this problem resulted in crashes, and #1306 only put...