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 533 age issues
Sort by recently updated
recently updated
newest added

IS there any performance benchmark between `age` and Graph-native Database like `neo4j` ? especially on large scale data or multi-hop path query.

question

This PR brings the **PG13** branch up to the **master** branch, less the PRs for, and related to, **List Comprehension**. List Comprehension is currently **not supported** in Apache AGE for...

PG13
override-stale

**Is your feature request related to a problem? Please describe.** The sub-requirement of apache/age (python) is psycopg2 which needs the postgresql library to be build.... However in a CI/CD context,...

enhancement

### Questions: 1. How can I create index for graph tables? 2. How effective are they? I am using a gin index right now on properties, and I can see...

question

When I pull apache age from macOS machine it gives following error: WARNING: image with reference apache/age:latest was found but its platform (linux/amd64) does not match the specified platform (linux/arm64)...

**Is your feature request related to a problem? Please describe.** Currently, we have to clone and compile [java driver](https://github.com/apache/age/tree/master/drivers/jdbc) manually if we want to get AGType in JVM project (including...

enhancement

Hello, I'm trying to use AGE's prepared statement to bulk insert data into my graph. To work with my Postgres database I use standard golang sql package. My code looks...

question

I ran the sample add vertex having 51 properties, and it failed with below error. `SELECT * FROM cypher('my_graph', $$ CREATE (:MyLabel { prop1: 'value1', prop2: 'value2', prop3: 'value3', prop4:...

question

I am executing a performance benchmarking for Apache AGE by using [goodreads dataset](https://cseweb.ucsd.edu/~jmcauley/datasets/goodreads.html). I've found a significant performance gap between a direct SQL query and its AGE/Cypher equivalent, specifically with...

question

**Describe the bug** if we use not exists to find a path,the age will pass the query that cannot optimize to use anti join. So, when the table is large,...

bug