Skip to content

Speed up aggregations with transform jobs#103

Merged
kodless merged 2 commits intomasterfrom
speedup-aggs-with-transform-jobs
Nov 30, 2025
Merged

Speed up aggregations with transform jobs#103
kodless merged 2 commits intomasterfrom
speedup-aggs-with-transform-jobs

Conversation

@kodless
Copy link
Owner

@kodless kodless commented Nov 30, 2025

What kind of change does this PR introduce?

Enhancement

What is the current behavior?

Aggregations for app_env/function/module/queue/exchange/routing_key are very slow when searching through bigger timeframes in a index with millions of documents

What is the new behavior (if this is a feature change)?

Use index transform job to pivot the aggregation to a new smaller summary index.

Does this PR introduce a breaking change?

No - the bootstrap script will create the summary indexes, the transform jobs and will start the jobs.

@kodless kodless self-assigned this Nov 30, 2025
@kodless kodless merged commit c97c121 into master Nov 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant