|
|
|
|
|
by senorrib
82 days ago
|
|
Reasons 1-3 could very well be done with ClickHouse policies (RLS) and good data warehouse design. In fact, that’s more secure than a compiler adding a where to a query ran by an all mighty user. Reason 4 is probably an improvement, but could probably be done with CH functions. The problem with custom DSLs like this is that tradeoff a massive ecosystem for very little benefit. |
|
Agreed with the ecosystem cons getting much heavier as you move outside the product surface area.