Skip to content

Commit

Permalink
Update join_algorithm (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkk committed May 7, 2024
1 parent 0a883f1 commit 435d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ config :plausible, Plausible.ClickhouseRepo,
transport_opts: ch_transport_opts,
settings: [
readonly: 1,
join_algorithm: "direct,parallel_hash"
join_algorithm: "direct,parallel_hash,hash"
]

config :plausible, Plausible.IngestRepo,
Expand Down

0 comments on commit 435d708

Please sign in to comment.