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** I am trying to create an index on this expression- `agtype_access_operator(VARIADIC ARRAY[properties, '"knownForTitles"'::agtype])` to improve performance of a MATCH query containing `.. WHERE x.knownForTitles = ..`. My...
Hello! There's a question on AGE's discord server related to graph changes and how to track them. I wanted you guys opinion first so that I can give the right...
Hello all, New to AGE, I've installed the latest AGE version and is working fine on PG15. But, when I try to install the java driver, I get an error....
**Describe the bug** AGE relies on implicit casting to smoothly implement PG-type booleans. AG types may be implicitly cast to a boolean type. This has proven to not be an...
**Is your feature request related to a problem? Please describe.** Could be good add more list functions in AGE? **Describe the solution you'd like** there are a lot of functions...
**Problem and My comments** - 'agtype' cannot cast to other Data Type 1. 'agtype' cannot cast to string like 'text'. It could only cast to 'varchar' - the error for...
**Describe the bug** RETURN does not return a tuple of paths in its current syntax and form. **How are you accessing AGE (Command line, driver, etc.)?** - AGE ver. 1.4.0...
The latest release for PG15 is named [Release v1.4.0 for PG15](https://github.com/apache/age/releases/tag/PG15%2Fv1.4.0-rc0), but it’s created from the tag [PG15/v1.4.0-**rc0**](https://github.com/apache/age/releases/tag/PG15%2Fv1.4.0-rc0). So, is it an RC (Release Candidate) version or a final (stable)...