ClickHouse/docs/en
Azat Khuzhin 99ffa3b578 Update documentation for distributed_push_down_limit
After #26466 you cannot get inaccurate results anymore, since
distributed_push_down_limit changes query execution only if:
- `distributed_group_by_no_merge` > 0
- query **does not have `GROUP BY`/`DISTINCT`/`LIMIT BY`**, but it has `ORDER BY`/`LIMIT`.
- query **has `GROUP BY`/`DISTINCT`/`LIMIT BY`** with `ORDER BY`/`LIMIT` and:
  - `optimize_skip_unused_shards_limit` is enabled
  - `optimize_distributed_group_by_sharding_key` is enabled
2021-10-23 10:02:21 +03:00
..
commercial Fix Docs Check 2021-09-22 00:08:55 +03:00
development Update build-osx.md 2021-10-23 07:05:24 +03:00
engines Merge pull request #28705 from gyuton/gyuton-DOCSUP-14093-Edit-and-translate-to-Russian 2021-10-21 23:33:41 +03:00
faq fixes and cleanup 2021-09-20 11:08:21 +03:00
getting-started Translate install.md 2021-10-19 22:38:00 +03:00
guides find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
images [ImgBot] Optimize images 2021-07-07 19:12:16 +00:00
interfaces client: add ability to print raw profile events 2021-10-19 00:54:38 +03:00
introduction Merge pull request #30572 from thomoco/master 2021-10-23 09:04:55 +03:00
operations Update documentation for distributed_push_down_limit 2021-10-23 10:02:21 +03:00
sql-reference Merge pull request #30409 from sevirov/sevirov-DOCSUP-16821-edit_and_translate_to_russian_hashedarray_dictionary 2021-10-23 00:15:35 +03:00
whats-new find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00
index.md find . -type f -name '*.md'| xargs -I{} perl -pi -e 's|https://clickhouse.tech|https://clickhouse.com|g' {} 2021-09-19 23:05:54 +03:00