DBMS: Database Management System—software for storing and retrieving users' data while considering appropriate security measures
RAG: Retrieval-Augmented Generation—AI systems that answer questions by first searching for relevant documents
Knobs: Configurable parameters in a DBMS (e.g., buffer pool size, timeout settings) that control runtime behavior and performance
Telemetry: Time-series data of performance metrics (e.g., CPU utilization, query latency) collected from the DBMS
Contrastive Learning: A machine learning technique used here to align representations of heterogeneous documents (problem descriptions vs. manual solutions) into a unified embedding space
DBA: Database Administrator—an expert human responsible for configuring and maintaining databases
Seasonal-trend decomposition: A statistical method used to break down time-series data (telemetry) to identify anomalies or trends relevant to the user's issue
LLM: Large Language Model