Use parallel_hash for joins in clickhouse (#3741)

This commit is contained in:
Karl-Aksel Puulmann 2024-02-01 13:18:49 +02:00 committed by GitHub
parent 3738cd9578
commit 625b2a2946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,7 +390,8 @@ config :plausible, Plausible.ClickhouseRepo,
url: ch_db_url,
transport_opts: ch_transport_opts,
settings: [
readonly: 1
readonly: 1,
join_algorithm: "direct,parallel_hash"
]
config :plausible, Plausible.IngestRepo,