Dmitriy
|
dbf2aebf03
|
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-14537-document_the_log_queries_probability_setting
|
2021-09-21 20:43:08 +03:00 |
|
Dmitriy
|
6510d67dc1
|
Translate to Russian
Выполнил перевод на русский язык.
|
2021-09-20 20:20:36 +03:00 |
|
Dmitriy
|
0a4b8d90cc
|
Update docs/en/operations/system-tables/query_views_log.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-09-20 19:58:55 +03:00 |
|
Ivan Blinkov
|
f429db1ee9
|
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 |
|
Dmitriy
|
b4b9859ff9
|
Update the setting
Добавил еще две системные таблицы в описание.
|
2021-09-16 23:31:30 +03:00 |
|
Raúl Marín
|
844681a7fd
|
Update docs to match changes
|
2021-07-27 16:29:34 +02:00 |
|
Raúl Marín
|
69577a782f
|
Views: Once started, finish all concurrent views before throwing
Since sequential processing executes things in phases too, try to finish
all (non errored out) views before throwing any exception
|
2021-07-27 16:29:33 +02:00 |
|
Raúl Marín
|
eb994d8f04
|
Fix a couple of bugs
- Don't use threads if there is only one dependent view and parallel_view
- Reset the current_thread when destroying views ThreadStatus
|
2021-07-27 16:29:33 +02:00 |
|
Raúl Marín
|
7c1fcc94b0
|
View log: Make sure to only profile events during view execution
|
2021-07-27 16:29:33 +02:00 |
|
Raúl Marín
|
ab05fc12e2
|
Docs and settings
|
2021-07-27 16:29:33 +02:00 |
|