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

- Bitnine DB tech team **Is your feature request related to a problem? Please describe.** I have a graph with vertices representing 'person' and 'movie', and edges representing the relationship...

enhancement

* Added `connect_timeout` to files in samples and to `test_age_py.py` to quit long-time failed connections * Modified the connection instructions based on the changes Reason for making the PR: I...

If I write a query like so: ``` SELECT * FROM cypher('query1'), cypher('query2'); ``` I get the following error: `ERROR: table name "cypher" specified more than once` Is this working...

question

* Dockerfile.dev: This variation of the original Dockerfile is introduced to help developers run their testsuite in the build phase of the docker image. * .dockerignore: Added .dockerignore to avoid...

Read Chapter 1-3: https://www.interdb.jp/

Onboarding

1. Install Postgres from Source Code 2. Install AGE from Source Code 3. Install a Debugger 4. Learn Basic Git Commands 5. Read Regression Tests

Onboarding

**Describe the bug** Age DBMS uses (gin) indexes only when the condition is specified within the match clause and not in the where clause. Moreover, the same issue seems to...

enhancement
performance
Abondoned

Currently we are running queries that require several Relationship (age.models.Edge) types to be filtered out. We tried to approach it with OPTIONAL MATCH but it didn't suite as too well,...

enhancement

**Is your feature request related to a problem? Please describe.** I was trying to create a conditional statement using the `NULLIF()` function inside a Cypher query, but I received an...

enhancement

I have tried all the steps provided in the documentation to connect Apache Age-Viewer to my PostgreSQL database, but I am still unable to connect. I have verified that the...

question