From 435d7082891004bc55e740c6810fad8f70a09b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cenk=20K=C3=BCc=C3=BCk?= Date: Tue, 7 May 2024 16:35:22 +0200 Subject: [PATCH] Update join_algorithm (#4078) --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index 12e17488ea3e..5cfde5d78035 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -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,