Expand description
Structured timing instrumentation for query execution.
Enabled via the APIARY_TIMING=1 environment variable. When unset,
all timing operations are no-ops with zero overhead.
After each query completes, a single parseable line is emitted to stderr:
[TIMING] query=Q1.1 total=5044ms parse=2ms plan=15ms ...Structs§
- Query
Timings - Collected timing phases for a single query.
Functions§
- timing_
enabled - Returns
truewhenAPIARY_TIMING=1is set.