Robert Schulze
27b978381b
Use more speaking setting names
2023-01-30 14:20:43 +00:00
Robert Schulze
e30c38cab3
Fix up some leftovers
2023-01-27 10:43:43 +00:00
Robert Schulze
7d97fab2dc
Untangle query result cache settings
...
This PR modularizes the configuration options of the query result cache
(QRC).
1. Add a feature toggle "allow_experimental_query_result_cache = false"
which controls whether the experimental QRC can be used at all. This
configuration option will be removed once the QRC becomes
non-experimental.
2. Modularize the existing two configuration settings
"enable_experimental_query_result_cache" and
"enable_experimental_query_result_cache_passive_usage" into three
orthogonal settings:
- "use_query_result_cache = false" controls whether a query (or all
queries of the session) utilize the query result cache
- settings "use_query_result_cache_passive_usage = true" and
"use_query_result_cache_active_usage = true" control the way a
query (or all queries of the session) utilize the query result
cache: "passive" use is reading, "active" use is writing.
2023-01-26 21:17:48 +00:00
Dan Roscigno
f71b68bc46
Merge pull request #45651 from mrcrypster/patch-5
...
Added markdown format docs
2023-01-26 11:42:22 -05:00
Dan Roscigno
777ddf80ab
Update docs/en/interfaces/formats.md
2023-01-26 11:18:18 -05:00
robot-ch-test-poll3
9ef2720d2d
Merge pull request #45667 from DanRoscigno/add-keywords
...
docs: add keywords to inverted index page
2023-01-26 17:04:00 +01:00
Dan Roscigno
8549af4853
Update docs/en/engines/table-engines/mergetree-family/invertedindexes.md
2023-01-26 10:51:08 -05:00
DanRoscigno
710384e69a
remove sidebar position
2023-01-26 10:13:06 -05:00
DanRoscigno
88076b6db0
add keywords
2023-01-26 10:06:06 -05:00
Vitaly Baranov
5b469eb91f
Merge pull request #45603 from vitlibar/fix-wiping-sensitive-info
...
Fix wiping sensitive info in logs
2023-01-26 15:44:24 +01:00
Dan Roscigno
3093d0a48a
Merge pull request #45656 from DanRoscigno/docs-inverted-index-edits
...
Inverted index docs: edits, add frontmatter
2023-01-26 09:21:26 -05:00
DanRoscigno
c130050572
capitalize sidebar
2023-01-26 09:05:56 -05:00
Dan Roscigno
03c80d2794
Merge branch 'master' into docs-inverted-index-edits
2023-01-26 09:03:50 -05:00
DanRoscigno
310797d9f0
edits, add frontmatter
2023-01-26 08:58:10 -05:00
Alexander Tokmakov
f676e9eaff
Merge pull request #45613 from azat/replicated-improve-log
...
Improve "at least part X is missing" error message
2023-01-26 16:48:18 +03:00
Dan Roscigno
efe94b727c
Merge pull request #45574 from FArthur-cmd/laion_doc
...
Add documentation for laion dataset
2023-01-26 08:43:28 -05:00
Alexander Tokmakov
3783b47979
Merge pull request #45604 from ClickHouse/tavplubix-patch-2
...
Update 02482_load_parts_refcounts.sh
2023-01-26 16:39:53 +03:00
Anton Popov
b58b73b0e7
Merge pull request #45529 from CurtizJ/fix-storage-s3-race
...
Try to fix test `test_storage_s3/test.py::test_wrong_s3_syntax` (race in `StorageS3`)
2023-01-26 14:21:32 +01:00
FArthur-cmd
71f7274f1f
small fixes
2023-01-26 15:24:41 +03:00
Igor Nikonov
ed01f76c6a
Merge pull request #45592 from ClickHouse/update-insert-delay-doc-2
...
Update INSERT delay doc with example
2023-01-26 12:55:35 +01:00
Maksim Kita
7a8a8dcd2f
Merge pull request #45415 from ClickHouse/redundant-group-by-keys
...
Remove redundant group by keys with constants
2023-01-26 14:45:25 +03:00
Anton Popov
b52cf17fa6
Merge pull request #45612 from ClickHouse/CurtizJ-patch-7
...
Remove useless code
2023-01-26 12:38:52 +01:00
Denys Golotiuk
0eadb7112d
Added markdown format docs
2023-01-26 13:33:14 +02:00
Maksim Kita
ca1ec2f1d5
Merge pull request #45518 from ClickHouse/column-source-check
...
Make ColumnNode::isEqualImpl more strict
2023-01-26 14:16:57 +03:00
Maksim Kita
eef49fa3ed
Merge pull request #45533 from kitaisreal/analyzer-create-table-select-test
...
Analyzer add test for CREATE TABLE AS SELECT
2023-01-26 14:10:09 +03:00
Kseniia Sumarokova
297516a084
Merge pull request #45614 from kssenii/rename-some-setting
...
Rename setting `max_query_cache_size`
2023-01-26 10:46:03 +01:00
Antonio Andelic
f02a763830
Merge pull request #45511 from ClickHouse/keeper-fix-race-asio-listener
...
Fix race in NuRaft's asio listener
2023-01-26 09:21:03 +01:00
Antonio Andelic
6fe9e9a67f
Merge pull request #45617 from ClickHouse/fix-bfngram-index
...
Correctly check types when using N-gram bloom filter index
2023-01-26 09:05:56 +01:00
robot-clickhouse-ci-1
73c62ae390
Merge pull request #45610 from azat/is_detached-fix
...
Extend assertion in buildPushingToViewsChain() to respect is_detached
2023-01-26 01:15:55 +01:00
Mikhail f. Shiryaev
9f97ff66c8
Merge pull request #45637 from ClickHouse/auto/v22.10.7.13-stable
...
Update version_date.tsv and changelogs after v22.10.7.13-stable
2023-01-26 01:00:37 +01:00
robot-clickhouse
976a3d26ec
Update version_date.tsv and changelogs after v22.10.7.13-stable
2023-01-26 00:59:09 +01:00
Mikhail f. Shiryaev
10ed53c712
Merge pull request #45635 from ClickHouse/auto/v23.1.1.3077-stable
...
Update version_date.tsv and changelogs after v23.1.1.3077-stable
2023-01-26 00:58:42 +01:00
Mikhail f. Shiryaev
d1e13bb2d6
Merge pull request #45636 from ClickHouse/release-workflow-tag
...
Trim refs/tags/ from GITHUB_TAG in release workflow
2023-01-26 00:51:12 +01:00
Mikhail f. Shiryaev
c7b0265897
Merge branch 'master' into auto/v23.1.1.3077-stable
2023-01-26 00:13:14 +01:00
Mikhail f. Shiryaev
120c31d57f
Merge pull request #45634 from ClickHouse/23.2-prepare
...
Update version after release
2023-01-26 00:10:53 +01:00
Mikhail f. Shiryaev
1f716ccc5b
Trim refs/tags/ from GITHUB_TAG in release workflow
2023-01-26 00:07:58 +01:00
robot-clickhouse
b9ee37f122
Update version_date.tsv and changelogs after v23.1.1.3077-stable
2023-01-25 23:05:49 +00:00
Mikhail f. Shiryaev
53d89844be
Update version to 23.2.1.1
2023-01-25 23:57:29 +01:00
Han Fei
0221b50028
Merge pull request #45601 from hanfei1991/hanfei/async-cache-conflict
...
fix race of async-insert-blockids-cache
2023-01-25 22:28:42 +01:00
Dmitry Novik
dcaac47702
Merge pull request #45624 from ClickHouse/fix-version
...
Fix version in autogenerated_versions.txt
2023-01-25 22:02:07 +01:00
kssenii
9233ac06b6
Update tests
2023-01-25 21:19:29 +01:00
sichenzhao
243ac52259
Added two metrics about memory usage in cgroup to asynchronous metrics ( #45301 )
2023-01-25 20:32:17 +01:00
Kruglov Pavel
cd3d3fdd68
Merge pull request #45483 from Avogar/fix-hdfs-cluster
...
Fix schema inference from insertion table in hdfsCluster
2023-01-25 20:24:51 +01:00
Kseniia Sumarokova
989b34c661
Merge pull request #45623 from ClickHouse/add-mongodb-table-function-to-docs
...
Add mongodb table function to docs
2023-01-25 20:04:58 +01:00
Dmitry Novik
94abb84d0d
Fix version in autogenerated_versions.txt
2023-01-25 18:58:40 +00:00
Azat Khuzhin
00c341850f
Improve "at least part X is missing" error message
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-25 19:53:45 +01:00
Azat Khuzhin
5729ff6043
Add example of background_*_pool_size into config.xml
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-25 19:53:45 +01:00
rfraposa
a1de808d11
Update mongodb.md
2023-01-25 11:44:13 -07:00
rfraposa
8d44f2aec1
Create mongodb.md
2023-01-25 11:31:07 -07:00
Kruglov Pavel
e7322110a7
Merge pull request #45537 from azat/more-fsync-fixes
...
Attempt to improve fsync latency and one tiny fix for fsync_part_directory
2023-01-25 18:41:14 +01:00