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

I see that it's not yet supported on AWS, Azure, or Google Cloud. Are there any that high quality Postgres hosts that do support it?

question
Stale

I am currently about to convert large set of semi - structured data saved in files into somewhat winning combination of flexible data structure and yet stable enough reporting architecture....

enhancement

**Describe the bug** When using a MERGE for a relation between two nodes that is not present in the database, the properties are not stored inside the database. **How are...

bug

I am trying following query. Can we improve query performance? ``` SELECT * FROM cypher('graphdb', $$ MATCH (n1:node1 {SubscriptionId: "8da31d20-daf9-42ad-bf7f-2cdcf6290001"}) MATCH (n2:node2 {SubscriptionId: "8da31d20-daf9-42ad-bf7f-2cdcf6290001"}) UNWIND n1.ArrayOfStrings as props WITH props,...

question
Stale

**Describe the bug** Test cypher_delete sometimes fails. Mainly appears when the machine is running slowly. **How are you accessing AGE (Command line, driver, etc.)?** Accessing AGE through command line. **What...

bug

Added support for the fuzzystrmatch extension and for other external extensions. Added support for typecasting `::pg_text` to TEXTOID. Added regression tests. modified: sql/agtype_coercions.sql modified: src/backend/parser/cypher_expr.c modified: src/backend/utils/adt/agtype.c modified: regress/expected/expr.out modified:...

master
override-stale

Add support for multiple labels in CREATE, MERGE and MATCH clause. **Important Notes:** - Before merging, please rerun the workflow again. Any tests that were added after this branch was...

master
override-stale

Is agtype like json? as suggested by the documentation (https://age.apache.org/age-manual/master/intro/types.html#data-types-an-introduction-to-agtype )? > AGE uses a custom data type called agtype, which is the only data type returned by AGE. Agtype...

question

- Added a helper function to determine agtype value type. - Added a function to cast agtype to json. - Added regression tests.

PG11
override-stale

- Added a helper function to determine agtype value type. - Added a function to cast agtype to json. - Added regression tests.

PG12
override-stale