User Management

    The Doctor Is In–Quick First Aid for Broken ClickHouse® Clusters

    Learn how to diagnose and fix the six most common production ClickHouse® cluster problems: too many simultaneous queries, too many parts, detached and broken parts, suspicious parts at startup, stuck mutations, stuck replication, and lost replicas. Presented by Altinity’s CEO,…

    Integrating ClickHouse® with LDAP (Part Two)

    This article continues to explore ClickHouse LDAP integration, focusing on how enterprises can unify their ClickHouse installations with the rest of their services that use LDAP.

    Integrating ClickHouse® with LDAP (Part One)

    ClickHouse has traditionally used XML configuration files to define server configuration including all database users. The users.xml configuration file or separate configuration files inside the /etc/clickhouse-server/users.d directory define users and properties associated with them such as profiles, network restrictions, quotas,…

    Goodbye XML, hello SQL! ClickHouse® User Management Goes Pro

    Access control is one of the essential features of database management. Starting in late 2019 ClickHouse contributor Vitaly Baranov began to introduce robust, full-featured Role Based Access Control (RBAC). As a result of this work–which included a huge number of…