Skip to content

buildOperations

The operator-facing surface: observability, cache control, SQL composition, multi-PG support, install.

These aren't a fifth pillar — they're the seams that let the four pillars compose cleanly inside Postgres.

In this section

auto_storiesTraining

A two-pass learning order for operators stewarding a pgRDF deployment:

First pass — get it installed and observable

Second pass — tune and compose

  • bolt Prepared-plan cache — how SPARQL→SQL plans get reused per backend; how to size it.
  • layers_clear Cache control — explicit invalidation primitives for the dictionary and plan caches.
  • hub Compose with regular SQL — how to wire pgrdf.sparql into views, ORMs, BI tools, and INSERT INTO ... SELECT pipelines.

Learn more

  • school SPEC.pgRDF.INSTALL.v0.2.md — the canonical install spec (per-PG tarball layout, K8s init-container variant).
  • school Postgres operational guides — pg_stat_statements, pg_stat_activity, EXPLAIN — the standard tooling you'll combine with pgrdf.stats().
  • mic Audio companion — six episodes covering operations (see Training).

MIT licensed. Documentation for pgRDF — built with VitePress, served via GitHub Pages.