Skip to content

Commit

Permalink
Add clickhouse override settings (#6085)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmanallen committed Jul 2, 2024
1 parent f8e1456 commit 63836d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snuba/datasets/configuration/replays/storages/aggregated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ schema:
dist_table_name: replays_aggregated_dist
query_processors:
- processor: TableRateLimit
- processor: ClickhouseSettingsOverride
args:
settings:
max_rows_to_group_by: 1000000
group_by_overflow_mode: any
mandatory_condition_checkers:
- condition: ProjectIdEnforcer
allocation_policies:
Expand Down

0 comments on commit 63836d1

Please sign in to comment.