Skip to content
Open
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
9 changes: 9 additions & 0 deletions 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"></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 @@ -131,6 +136,8 @@ This glossary defines technical terms, concepts, and terminology used in $COMPAN

**Decompress**: the process of restoring compressed data to its original, uncompressed state.

**Developer Agent**: a specialized [Agent](#agent) you use for coding, debugging and devops-as-code.

**Delta**: the difference between two values, commonly used in counter aggregations to calculate the change over time.

**DHCP (Dynamic Host Configuration Protocol)**: a network management protocol used to automatically assign IP addresses and other network configuration parameters.
Expand Down Expand Up @@ -385,6 +392,8 @@ 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.

**Prompt**: an input or instruction you give to an Agent. A prompt is normally text, but may be multimodal. For example, images and text.

**$PG**: an open-source object-relational database system known for its reliability, robustness, and performance.

**PostGIS**: a $PG extension that adds support for geographic objects and spatial queries.
Expand Down