Documentation Index
Fetch the complete documentation index at: https://metoro.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Incremental Cache
Metoro uses an incremental cache to make repeated historical queries much faster. When you query a long time range, Metoro can reuse work from previous queries instead of recomputing the whole range from scratch. If a later query overlaps with data that has already been queried, Metoro can use the cached parts and only compute the missing parts. For long-running queries, this can provide up to 100x speedups once the relevant historical data has been cached.When it helps
The incremental cache is most useful for expensive queries that are run more than once. Common examples include:- Dashboards that refresh over mostly historical time ranges
- Investigations where several people query the same incident window
- Saved searches and views that are opened repeatedly
- Long-range logs, traces, metrics, or Kubernetes resource queries
- Attribute and filter dropdowns over large time ranges
