Главная
Study mode:
on
1
intro
2
preamble
3
roman khavronenko
4
victoriametrics
5
how to optimize sql query?
6
can we apply the same tips to promql/metricsql?
7
data model in prometheus/victoriametrics
8
what is a time series?
9
when promoql/metricsql query can be slow?
10
how many series query selects?
11
how many samples query selects?
12
selected samples != processed samples
13
what about functions? how slow are they?
14
- query caching
15
- filters pushdown
16
- recording rules
17
summary
18
can victoriametrics make it easier?
19
additional materials
20
questions?
Description:
Explore techniques for measuring and optimizing PromQL and MetricsQL expression complexity in this 28-minute conference talk from Conf42 Observability 2024. Delve into the data model used by Prometheus and VictoriaMetrics, understand the concept of time series, and learn when PromQL/MetricsQL queries can become slow. Discover how to assess the number of series and samples a query selects, and understand the distinction between selected and processed samples. Examine the performance impact of various functions and gain insights into performance improvement strategies such as query caching, filter pushdown, and recording rules. Explore how VictoriaMetrics can simplify the optimization process and access additional resources for further learning.

Measure PromQL and MetricsQL Expression Complexity

Conf42
Add to list