Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion api/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN

**Adaptive query optimization**: dynamic query plan adjustment based on actual execution statistics and data distribution patterns, improving performance over time.

<a id="agent" href=""></a>
**Agent**: a system that uses prompts and other logic to act autonomously or semi-autonomously.

**AI agent**: See [Agent](#agent).

**Aggregate (Continuous Aggregate)**: a materialized, precomputed summary of query results over time-series data, providing faster access to analytics.

**Alerting**: the process of automatically notifying administrators when predefined conditions or thresholds are met in system monitoring.
Expand Down Expand Up @@ -397,8 +402,9 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN

**Predictive maintenance**: the use of time-series data to forecast equipment failure, common in IoT and industrial applications.

<a id="postgresql" href=""></a>
**Prompt**: an input or instruction you give to an [Agent](#agent). A prompt is normally text, but may be multimodal. For example, images and text.

<a id="postgresql" href=""></a>
**$PG**: an open-source object-relational database system known for its reliability, robustness, and performance.

**PostGIS**: a [$PG](#postgresql) extension that adds support for geographic objects and spatial queries.
Expand Down