robot-ch-test-poll3
|
9c720c7354
|
Merge pull request #56963 from ClickHouse/docs-add-insert-distributed-sync
[Docs] Add insert_distributed_sync to Core Settings docs
|
2023-11-19 10:05:50 +01:00 |
|
Justin de Guzman
|
5e1da38720
|
[Docs] Add details on why partitions improve query perf
|
2023-11-18 18:28:29 -08:00 |
|
Justin de Guzman
|
96e87322b5
|
[Docs] Add insert_distributed_sync to Core Settings docs
|
2023-11-18 18:10:43 -08:00 |
|
Alexey Milovidov
|
0158db3e07
|
Merge pull request #56092 from ClickHouse/docs-max-block-size
Set correct default `max_block_size` value in docs
|
2023-11-18 17:23:43 +01:00 |
|
Robert Schulze
|
4353507724
|
Merge pull request #56540 from slvrtrn/concat-arbitrary-types
Support arguments of arbitary type in function `concat()`
|
2023-11-18 17:21:03 +01:00 |
|
slvrtrn
|
d504ad6e99
|
Merge remote-tracking branch 'origin' into concat-arbitrary-types
|
2023-11-17 13:45:12 +01:00 |
|
Denny Crane
|
3765a1c77b
|
Update random-functions.md
|
2023-11-16 16:07:49 -04:00 |
|
Kruglov Pavel
|
1831ecc38f
|
Merge pull request #56424 from yariks5s/npy_float_16
Float16 support for npy format
|
2023-11-16 17:00:24 +01:00 |
|
Kruglov Pavel
|
066c900725
|
Merge pull request #56769 from Avogar/better-docs
Better docs for virtual columns in Kafka/RabbitMQ/NATS/FileLog
|
2023-11-16 14:50:18 +01:00 |
|
Kruglov Pavel
|
2062bd2f1c
|
Merge pull request #56707 from ClickHouse/revert-56702-revert-51823-ch_add_max_execution_time_leaf
Revert "Revert "Add a setting max_execution_time_leaf to limit the execution time on shard for distributed query""
|
2023-11-16 14:49:05 +01:00 |
|
Robert Schulze
|
ed052d76e6
|
Merge pull request #56141 from zvonand/zvonand-more-globs
Performance enhancement for File, HDFS globs
|
2023-11-16 14:09:22 +01:00 |
|
Vitaly Baranov
|
342e6c7546
|
Merge pull request #56782 from vitlibar/add-config-setting-wait_dictionaries_load_at_startup
Add config setting "wait_dictionaries_load_at_startup"
|
2023-11-16 11:51:29 +01:00 |
|
Andrey Zvonov
|
fc15b0c1e7
|
Merge branch 'ClickHouse:master' into zvonand-more-globs
|
2023-11-16 11:19:12 +01:00 |
|
Vitaly Baranov
|
946e02ecbc
|
Merge pull request #56268 from vitlibar/add-script-backup-view
Add an external utility to view backups and to extract information from them
|
2023-11-16 11:17:16 +01:00 |
|
Robert Schulze
|
0b45e4bfee
|
Merge remote-tracking branch 'ClickHouse/master' into concat-arbitrary-types
|
2023-11-15 15:44:36 +00:00 |
|
Robert Schulze
|
f21dd37d18
|
Some fixups
|
2023-11-15 15:43:41 +00:00 |
|
Robert Schulze
|
eb08bba607
|
Update docs
|
2023-11-15 16:37:24 +01:00 |
|
Mikhail f. Shiryaev
|
993c3e6dba
|
Update outdated script in troubleshooting
|
2023-11-15 15:09:22 +01:00 |
|
slvrtrn
|
c7cd4fa972
|
Update concat docs
|
2023-11-15 14:57:34 +01:00 |
|
Vitaly Baranov
|
d62048031f
|
Add documentation.
|
2023-11-15 13:57:28 +01:00 |
|
avogar
|
58b9bde0fa
|
Better docs for virtual columns in Kafka/RabbitMQ/NATS/FileLog
|
2023-11-14 21:15:30 +00:00 |
|
Kruglov Pavel
|
8e88bf1348
|
Revert "Revert "Add a setting max_execution_time_leaf to limit the execution time on shard for distributed query""
|
2023-11-14 11:40:48 +00:00 |
|
Ethan Shea
|
37dc535d78
|
Remove tabs
|
2023-11-13 16:16:07 -05:00 |
|
Ethan Shea
|
207c4c50cb
|
Improve legibility of window functions list
Before, markdown was rendering these as one big paragraph.
|
2023-11-13 16:12:05 -05:00 |
|
Robert Schulze
|
361a3ca11f
|
Merge pull request #56519 from rschu1ze/qc-ignore-nondeterministic-queries
Query cache: Allow to ignore non-deterministic queries
|
2023-11-13 21:32:44 +01:00 |
|
Alexander Tokmakov
|
0622379ec7
|
Revert "Add a setting max_execution_time_leaf to limit the execution time on shard for distributed query"
|
2023-11-13 21:11:07 +01:00 |
|
Denny Crane
|
c93efc929a
|
fix typo in the doc
|
2023-11-13 16:54:21 +03:00 |
|
Robert Schulze
|
7864df4826
|
Update docs + Try to stabilize test results, pt. II
|
2023-11-13 10:57:33 +00:00 |
|
Vitaly Baranov
|
a4d57fe108
|
Rename the name of the utility "backupview" -> "clickhouse_backupview".
|
2023-11-13 10:15:37 +01:00 |
|
Vitaly Baranov
|
f12b95df7d
|
Add documentation.
|
2023-11-13 09:43:06 +01:00 |
|
Kseniia Sumarokova
|
b7915e6983
|
Merge pull request #55782 from aiven-sal/aiven-sal/namedcoll_pr
NamedCollections: prevent fields overriding in functions' calls
|
2023-11-13 09:07:09 +01:00 |
|
robot-clickhouse
|
00b414f87d
|
Merge pull request #56652 from ClickHouse/docs-sharding-key
[Docs] Add details about sharding_key for distributed table engine
|
2023-11-13 05:26:00 +01:00 |
|
justindeguzman
|
f3b0550dd3
|
[Docs] Add details about sharding_key for distributed table engine
|
2023-11-12 19:43:43 -08:00 |
|
rondo_1895
|
04b75a3ac9
|
Update except.md
Symbol Error
|
2023-11-13 11:37:19 +08:00 |
|
Robert Schulze
|
bea529c9a1
|
Try to stabilize test results
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
91f53514d9
|
Incorporate review feedback
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
52c825db44
|
Query cache: Allow to ignore non-deterministic queries
Fixes: #56504
|
2023-11-12 15:11:38 +00:00 |
|
Robert Schulze
|
a511f41438
|
Docs: Fix overly long quote which pushed the right pane out of view
|
2023-11-12 10:51:22 +00:00 |
|
Antonio Andelic
|
f6d5ac485e
|
Merge pull request #56620 from chhetripradeep/pchhetri/demote-leader-before-stop-second-attempt
Add 4-letter command for yielding leadership
|
2023-11-12 11:38:40 +01:00 |
|
Alexey Milovidov
|
ad03f1ee47
|
Merge pull request #56485 from ClickHouse/better-settings
Better settings
|
2023-11-12 00:01:38 +01:00 |
|
Alexey Milovidov
|
0dabdf43b8
|
Merge pull request #56622 from ruslandoga/patch-1
add ecto_ch to client-libraries.md
|
2023-11-11 22:12:24 +01:00 |
|
Shri Bodas
|
bc68fcf759
|
canonicalRand is replaced by randCanonical
|
2023-11-11 10:11:47 -08:00 |
|
ruslandoga
|
7b16e90b2a
|
add plausible/ecto_ch to client-libraries.md
|
2023-11-11 20:54:03 +09:00 |
|
Alexey Milovidov
|
f1ccee34cc
|
Fix tests and docs
|
2023-11-11 09:28:30 +01:00 |
|
Alexey Milovidov
|
04630c3e5a
|
Merge branch 'master' into better-settings
|
2023-11-11 09:26:59 +01:00 |
|
Pradeep Chhetri
|
d0922782ed
|
Revert "Revert "Add 4-letter command for yielding/resigning leadership""
This reverts commit e1766b96d9 .
|
2023-11-11 15:37:49 +08:00 |
|
James Seymour
|
43b921abe5
|
fix(docs): correct default value for output_format_parquet_compression_method to 'ltz4'
|
2023-11-11 14:56:16 +10:00 |
|
Alexey Milovidov
|
e1766b96d9
|
Revert "Add 4-letter command for yielding/resigning leadership"
|
2023-11-11 05:45:02 +03:00 |
|
Alexey Milovidov
|
280658db3b
|
Merge pull request #56539 from ClickHouse/remove/unnecessary-slugs-in-docs
Removes duplicated slugs in docs.
|
2023-11-10 17:00:10 +01:00 |
|
Robert Schulze
|
a5b1474b6a
|
Merge pull request #56586 from rschu1ze/toUnixTS-docs
Update docs of `fromUnixTimeStamp[InJodaSyntax]()`
|
2023-11-10 15:21:48 +01:00 |
|