agensgraph icon indicating copy to clipboard operation
agensgraph copied to clipboard

AgensGraph, a transactional graph database based on PostgreSQL

Results 135 agensgraph issues
Sort by recently updated
recently updated
newest added

Hello! We are in process of testing our prod-like data model on AgensGraph, simplified it looks like : 1k Elements connected to a Set which in it's turn connected to...

enhancement

I just installed AgensGraph and I'm giving it a try. Consider that I'm pretty new to Postgres too. I may need to add dates / timestamps as properties in my...

**Release plans** - **_TDB_** **Work in progress** - Docker script for 2.13 [agensgraph-docker](https://github.com/bitnine-oss/agensgraph-docker) repository. - https://github.com/bitnine-oss/agensgraph/issues/566 - Debian Packaging - RPM Packaging **Common changes** - fix: Corrects CypherTypecast in expression_tree_walker()....

release

Dump graph schema and data in cypher format which is portable in major version upgrade. This will help in dump/restore scenario and pg_upgrade scenarios for major and minor version upgrades.

In neo4j we would use `WHERE n:LABEL` or `WHERE NOT n:LABEL` this does not seem to be supported in agens, is that expected? As a work around `WHERE label(n) =...

enhancement

Hello. I met some problem about property index. I want to create gin index with gin_trgm_ops. Then I got a error message: `ERROR: operator class "gin_trgm_ops" does not accept data...

help wanted

We have a 3.77GB of data which contains 11 Vertex tables and 97 Edge tables(Totally 12471688 vertices and 15126883 edges). I have tried to import data using two different approaches...

question

1. Does Agensgraph support any geospatial features, something like https://www.arangodb.com/docs/stable/indexing-geo.html ? 2. Or, can I use this extension coordinating with PostGIS extension, and use the PostGIS functions in Agensgraph cypher...

enhancement