You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently control measurements are stored in a separate obs_web_ctrl table, however this presents challenges when needing to do cross table joins, which are not very efficient in clickhouse.
We might want to store them inside of the obs_web tables, but in doing so we should verify that it doesn't lead to any other unexpected consequences and will work well when implementing analysis.
Currently control measurements are stored in a separate
obs_web_ctrl
table, however this presents challenges when needing to do cross table joins, which are not very efficient in clickhouse.We might want to store them inside of the
obs_web
tables, but in doing so we should verify that it doesn't lead to any other unexpected consequences and will work well when implementing analysis.Related to: #88
The text was updated successfully, but these errors were encountered: