Agensgraph Versions Save

AgensGraph, a transactional graph database based on PostgreSQL

v1.0.0

7 years ago
  • Performance Enhancement
    • Cypher
      • Remove unnecessary joins
      • Delay vertex joins
      • Improve the performance of CREATE, SET, and REMOVE clauses
    • Storage
      • Reduce the size of graphid
  • Cypher Implementation
    • Support WITH clause
    • Support Variable Length Relationship(VLR)
    • Support shortestpath() and allshortestpaths()
    • Provide UNIQUE property index feature
  • Miscellaneous
    • Improve log messages
    • Provide informational commands such as \dG, \dGl, \dGv and \dGe
    • Support DISABLE INDEX and REINDEX on labels
    • Contrib/Extension
      • Add pg_prewarm and pg_hint_plan