Commit Graph

13346 Commits

Author SHA1 Message Date
Azat Khuzhin
a110e0f022 Allow to ignore errors while pushing to MATERILIZED VIEW
This can be useful in the following scenarious:

- you want to duplicate the data to another table and you don't care
  about the errors
- you want to duplicate system.*_log to another server, you are adding
  materialized view that will push to Distributed table, but you don't
  want to miss original blocks in the local system.*_log
- you want to push some data to a 3d party service, using i.e. URL
  engine.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-21 16:28:38 +01:00
Kruglov Pavel
2924e8e802
Merge pull request #46631 from bigo-sg/json_array_length
Add new function JSONArrayLength
2023-02-21 12:50:27 +01:00
Nikolay Degterinsky
51e9238950
Merge pull request #46577 from jus1096/master
Add description function
2023-02-21 12:31:35 +01:00
Jus
2945125a16
Update docs/ru/sql-reference/functions/other-functions.md
Co-authored-by: Nikolay Degterinsky <43110995+evillique@users.noreply.github.com>
2023-02-21 10:00:47 +04:00
taiyang-li
eafac0f9a3 add docs 2023-02-21 11:17:44 +08:00
Alexey Milovidov
b1d9ba9da1
Fix #46620 2023-02-21 01:46:10 +03:00
kssenii
80a0aa1327 Merge remote-tracking branch 'upstream/master' into return-materialized-postrgesql-tests-back 2023-02-20 14:37:39 +01:00
robot-clickhouse-ci-2
1d5cc9b387
Merge pull request #46579 from ClickHouse/rs/sparkbar-docs
Small update of sparkbar docs
2023-02-20 09:19:01 +01:00
Robert Schulze
5557e66766
Small update of sparkbar docs
- parameter name "width" was misleading
2023-02-20 08:03:40 +00:00
Jus
d48ec14cab
Add description function
Add description function.
Fix bugs
2023-02-20 10:59:57 +04:00
Alexey Milovidov
17992b178a
Merge pull request #45364 from nickitat/aggr_partitions_independently
Add option to aggregate partitions independently
2023-02-19 17:44:18 +03:00
Alexander Gololobov
1b8cae8ee5
Merge pull request #46529 from ClickHouse/regexp_extract
Merge #46469
2023-02-19 10:28:35 +01:00
robot-ch-test-poll2
ee063e75f2
Merge pull request #46489 from jus1096/master
Add info for Kafka doc
2023-02-18 15:43:28 +01:00
Alexey Milovidov
ed4bd2690c
Merge pull request #46545 from DanRoscigno/update-rpm-install-docs
Update install docs with RPM and tgz methods
2023-02-18 17:21:33 +03:00
Alexey Milovidov
d582cb0dcf
Merge pull request #46547 from den-crane/patch-62
Doc. Better example of nested summing
2023-02-18 17:20:57 +03:00
Alexey Milovidov
325b728bc9
Update wikistat.md 2023-02-18 16:50:14 +03:00
Alexey Milovidov
30921b211b
Update wikistat.md 2023-02-18 16:49:55 +03:00
Nikita Taranov
f70044f34b Merge branch 'master' into aggr_partitions_independently 2023-02-18 13:19:05 +00:00
Alexey Milovidov
bb001078c9
Update sampling-query-profiler.md 2023-02-18 14:01:47 +03:00
Denny Crane
f78efe91f6
Update summingmergetree.md 2023-02-17 18:46:30 -04:00
Dan Roscigno
16bd07067f
Update docs/en/getting-started/install.md 2023-02-17 16:08:12 -05:00
DanRoscigno
2b6c088eb0 add keeper to tgz list 2023-02-17 16:04:15 -05:00
DanRoscigno
502e240563 update RPM install 2023-02-17 15:55:55 -05:00
robot-clickhouse
9ec3bf92af
Merge pull request #46501 from DanRoscigno/docs-for-keeper-install
Add docs for standalone ClickHouse Keeper install.
2023-02-17 19:36:37 +01:00
Alexey Milovidov
a1cf3f78f6
Merge pull request #46497 from ClickHouse/alexey-milovidov-patch-6
Update monitoring.md
2023-02-17 16:03:22 +03:00
DanRoscigno
52d831cb87 add text about standalone Keeper 2023-02-16 16:32:12 -05:00
DanRoscigno
1370f9811a Add docs for standalone ClickHouse Keeper install. 2023-02-16 16:21:51 -05:00
Robert Schulze
b2fe7bf5c7
Merge pull request #46498 from ClickHouse/rs/docs-catboostevaluate
Document that catboostEvaluate() is not available in ClickHouse Cloud
2023-02-16 21:07:53 +01:00
Robert Schulze
18cbc7b511
Docs: catboostEvaluate() is unavailable in Cloud 2023-02-16 19:19:25 +00:00
Alexey Milovidov
2cd9fd5698
Update monitoring.md 2023-02-16 22:09:10 +03:00
Alexey Milovidov
4eda5d19b5
Merge pull request #46492 from myrrc/patch-2
Add --shallow-submodules version for developer instruction
2023-02-16 22:07:47 +03:00
Mike Kot
f4600bc805
Add --shallow-submodules version for developer instruction
On modern git that can speed up clone time
2023-02-16 20:46:59 +03:00
Mike Kot
444f3aa2ac
Add --shallow-submodules version
For recent Git, this options changes checkout time drastically
2023-02-16 20:44:01 +03:00
robot-ch-test-poll1
300dfbbef6
Merge pull request #46460 from ClickHouse/group-by-use-nulls-docs
Add documentation for `group_by_use_nulls` setting
2023-02-16 18:41:34 +01:00
Robert Schulze
0ff404da9c
Merge pull request #46302 from JakeBamrah/master
Expand date formatters and add `DATE_FORMAT` function for better MySQL compatibility
2023-02-16 17:54:12 +01:00
Jus
df4abf4d87
add settings
add settings
2023-02-16 20:53:51 +04:00
Jus
7bedfee7ea
add info for Kafka engine
add info for Kafka engine
2023-02-16 20:53:40 +04:00
kssenii
75d62ee24a Remove support of feature which does not work reliably 2023-02-16 16:41:31 +01:00
Dmitry Novik
c95df21324 Review fixes 2023-02-16 15:38:25 +00:00
Nikolay Degterinsky
e61947bf47
Merge pull request #44662 from evillique/ulid
Add generateULID function
2023-02-16 11:21:23 +01:00
Mikhail f. Shiryaev
04cfdbd76f
Merge pull request #46436 from ClickHouse/auto/v22.3.18.37-lts
Update version_date.tsv and changelogs after v22.3.18.37-lts
2023-02-16 11:04:31 +01:00
Jake Bamrah
4ea814a843 add DATE_FORMAT alias and remaining mySQL date formatters 2023-02-16 09:52:19 +00:00
taiyang-li
eadac085bf add docs for function regexExtract 2023-02-16 17:33:51 +08:00
Sergei Trifonov
3ad41b29ec
Merge pull request #46247 from ClickHouse/round-robin-merge-scheduler 2023-02-16 08:03:22 +01:00
Rich Raposa
2111ca26d6
Merge pull request #46456 from ClickHouse/rfraposa-patch-2
Update s3Cluster example
2023-02-15 18:23:41 -07:00
Dmitry Novik
b908fa32df Add documentation for group_by_use_nulls 2023-02-16 00:57:53 +00:00
Alexey Milovidov
9b5ab049dc
Merge pull request #46415 from den-crane/patch-61
Doc. prewhere example
2023-02-16 01:47:52 +03:00
Rich Raposa
922d7f2c2a
Update s3Cluster.md
The explanation of how the cluster is used in a query seemed liked it was worded poorly. (It made it sound like you were querying data on a cluster of CH nodes.) I reworded it.
2023-02-15 13:26:58 -07:00
Dan Roscigno
0a20267ea6
Merge branch 'master' into add-keeper-map-docs 2023-02-15 13:35:33 -05:00
Dan Roscigno
10c8f31811
Update docs/en/engines/table-engines/integrations/embedded-rocksdb.md 2023-02-15 13:29:33 -05:00