Contents

Storage Layout

pg_liquid stores graph data in PostgreSQL tables under the liquid schema.

Core physical tables include:

  • liquid.vertices
  • liquid.edges
  • row normalizer metadata tables

Deep reference: 4. Storage