This section covers GQLDB administration and operations, including the tasks an operator does to keep a running database healthy, observable, and recoverable. The focus is how to operate the database, distinct from how to query it.
_id, memory and WAL flags, statistics freshness, storage hardware, HA read routing, bulk import. A catalog of levers with links to canonical references. See Performance.| Topic | Where it lives |
|---|---|
| GQL syntax for query / DML / DDL statements unrelated to operations | ISO GQL |
| Driver-side API for admin calls | Ultipa Drivers |
| Role / permission management for admin operations | Access Control |
| Compute engine internals & tuning | Computing Engine |
AI / vector index ops (e.g., ai.rebuild_index) | AI & Vectors |
Pages here are operator-focused: when to run a command, what to watch for, what to do if it fails, not the full syntax reference. Each page cross-links to the underlying GQL statement page for the canonical grammar.