age icon indicating copy to clipboard operation
age copied to clipboard

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

Results 445 age issues
Sort by recently updated
recently updated
newest added

This is an initial version of AGE for PG12. Contributors list Alex Kwak, Muhammad Shoaib, Ibrar Ahmad, Josh Inns John Gemiganani,

Hello, it would be great if we could use unique keys in nodes and edges. in Neo4j it's called [Node Key](https://neo4j.com/docs/cypher-manual/current/administration/constraints/#administration-constraints-node-key) and it can be used like these: 1. `CREATE...

enhancement

**Describe the solution you'd like** I want asynchronous support for python driver. So, I want support of age with asyncpg, currently, it supports only psycopg2. asyncpg is 3x times faster...

enhancement

using postgresql11 and age trying the demo and following the docs but can't open the countries.csv. i.e. SELECT load_labels_from_file always returns 'error: failed to open ' the file. Tried absolute...

**Describe the bug** Output serialization for strings seems to be incorrect at times. **How are you accessing AGE (Command line, driver, etc.)?** With `psql` from the docker image. One container...

bug

**Describe the bug** A clear and concise description of what the bug is. **How are you accessing AGE (Command line, driver, etc.)?** - python driver - pgcli with load 'age'...

enhancement
question

The `postgres:11` container image is currently based on Debian Bullseye, which does not have `postgres-server-dev-11` in its package repo. Presumably, it used to be based on Buster. This commit ensures...

A modified version of AGE LOAD and trying to add indexes in the database while adding data as well.

I am posting this as a bug since I get errors. First I tried **create extension age;** and got: > ERROR: could not open extension control file "C:/Program Files/PostgreSQL/11/share/extension/age.control": No...

bug

**Describe the bug** Using a WHERE after WITH after MATCH ignores condition **How are you accessing AGE (Command line, driver, etc.)?** -pgsql inside docker container **What data setup do we...

bug