mirror of
https://github.com/plausible/analytics.git
synced 2024-11-26 23:27:54 +03:00
Fix experimental_reduced_joins (#3993)
The original diff had an important exclusionary branch commented out, causing events table to be queried for breakdowns with the flag off
This commit is contained in:
parent
441412a164
commit
ceaf2e1f79
@ -213,7 +213,7 @@ defmodule Plausible.Stats.Breakdown do
|
||||
end
|
||||
|
||||
# Backwards compatibility
|
||||
# defp breakdown_table(%Query{experimental_reduced_joins?: false}, _, _), do: :session
|
||||
defp breakdown_table(%Query{experimental_reduced_joins?: false}, _, _), do: :session
|
||||
|
||||
defp breakdown_table(_query, _metrics, "visit:entry_page"), do: :session
|
||||
defp breakdown_table(_query, _metrics, "visit:entry_page_hostname"), do: :session
|
||||
|
Loading…
Reference in New Issue
Block a user