Hacker News new | ask | show | jobs
by polskibus 2712 days ago
Does ClickHouse support fine grained data security (for example role A gives access only to tuples with column X==123)?
1 comments

No [1]. ClickHouse is a fairly low-level tool. If you need that kind of thing, you build an ACL-aware app on top of it.

[1] https://clickhouse.yandex/docs/en/operations/access_rights/