|
|
|
|
|
by theowaway213456
86 days ago
|
|
> table names, columns, virtual columns This sounds solvable with clickhouse views? > automatic joins Is this also not solvable with views? Also, clickhouse heavily discourages joins so I wonder how often this winds up being beneficial? For us, we only ever join against tenant metadata (i.e. resolving ID to name) > query optimization This sounds potentially interesting - clickhouse's query optimizer is not great IME, but it's definitely getting better |
|