clickhouse-docs
clickhouse-docs copied to clipboard
Official documentation for ClickHouse
**Description** LDAP External Auth Docu https://github.com/ClickHouse/ClickHouse/blob/master/docs/en/operations/external-authenticators/ldap.md This page is missing 3 params, which are shown in the code. https://github.com/ClickHouse/ClickHouse/blob/bc93254ca23835b9846ec1f9158a50f26694257f/src/Access/ExternalAuthenticators.cpp#L66 - auth_dn_prefix - auth_dn_suffix - search_limit If i understood correctly, the...
**Using ClickHouse with HuggingFace** Per Discord conversation, creating a ticket to track work to document the integration between HuggingFace and ClickHouse using UDFs. @gingerwizard is working on a blog post...
[Docs are being added](https://clickhouse.com/docs/en/guides/developer/transactional#transactions-commit-and-rollback) for experimental transaction support so that more community members can be aware and test. Rather than link from the docs to all of the PRs and...
The [docs][a] says: > You can configure access entities using: > * SQL-driven workflow. > * Server [configuration files](https://clickhouse.com/docs/en/operations/configuration-files) users.xml and config.xml. > > We recommend using SQL-driven workflow. Both...
(you don't have to strictly follow this form) **Describe the issue** A clear and concise description of what's wrong in documentation. try to run `insert_values_with_expressions `, and build tables `test_some_expr_matches`...
Basically running the query below generates an error. I just tried the quick start tutorial and seems something is not correct with the S3 data format This only happens when...
(you don't have to strictly follow this form) **Describe the issue** in you [document](https://clickhouse.com/docs/en/integrations/go#progressprofilelog-information)), there is an example which showing how to get Progress/Profile/Log Information on queries. Progress information will...
1. Page: https://clickhouse.com/docs/en/sql-reference/table-functions/gcs 2. Wrong text: `compression_method` — Parameter is optional. Supported values: `none`, `gzip/gz`, `brotli/br`, `xz/LZMA`, `zstd/zst`. By default, it will autodetect compression method by file extension. 3. Clickhouse...
The documentation about the `SELECT` statement doesn't list the `WINDOW` clause, though it's clearly supported and documented elsewhere: - https://clickhouse.com/docs/en/sql-reference/statements/select - https://clickhouse.com/docs/en/sql-reference/window-functions
**Describe the issue** [Option 2: Materialized Views](https://clickhouse.com/docs/en/optimize/sparse-primary-indexes#option-2-materialized-views) and [Option 3: Projections](https://clickhouse.com/docs/en/optimize/sparse-primary-indexes#option-3-projections) explicitly state > Effectively the implicitly created hidden table has the same row order and primary index as the...