Commit Graph

10655 Commits

Author SHA1 Message Date
zvonand
00a1a9f6bd added docs 2023-07-30 20:59:15 +02:00
Dmitry Kardymon
44550d8cdd Merge remote-tracking branch 'origin/master' into ADQM-868 2023-07-11 08:27:01 +00:00
Dmitry Kardymon
3237169c9a Merge remote-tracking branch 'origin/master' into ADQM-868 2023-07-10 13:24:17 +00:00
Dmitry Kardymon
385a210fee Merge remote-tracking branch 'origin/master' into ADQM-870 2023-07-10 13:19:21 +00:00
Konstantin Ilchenko
3b954a2952
[DOCS] Add REMOVE SAMPLE BY to docs 2023-07-09 14:38:16 +02:00
Alexey Milovidov
612a785fd0
Merge pull request #51674 from ClickHouse/system_jemalloc
System table with jemalloc stats
2023-07-09 08:48:05 +03:00
robot-clickhouse-ci-1
4666838a5d
Merge pull request #49438 from azat/build/unwind
Force libunwind usage (removes gcc_eh support)
2023-07-09 05:38:34 +02:00
Alexey Milovidov
ab93967fb4
Merge pull request #51171 from ClickHouse/retry
Decrease default timeouts for S3 and HTTP requests
2023-07-09 03:49:56 +03:00
Azat Khuzhin
a10aa9ad50 Force libunwind usage (removes gcc_eh support)
libunwind is reentrant and signal safe, and works faster then then
gcc_eh (plus it has some custom patches for problems that have been
found during it's usage in ClickHouse).

gcc_eh may be missing in the system (if gcc was not installed), and
even if it exists clickhouse uses -nodefaultlibs, so some care should be
made to make it work.

Also this library is tiny and there shouln't be any problem to require
it always (there is already tendency to require some contrib libraries,
i.e. poco).

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-07-08 20:55:50 +02:00
Alexey Milovidov
5d385f5f14
Merge pull request #51881 from qoega/per-column-pk-syntax
Add support for PRIMARY KEY syntax in column definition
2023-07-08 21:52:29 +03:00
Alexey Milovidov
b1d1918607
Merge branch 'master' into retry 2023-07-08 03:08:48 +03:00
Alexey Milovidov
19072c9b47
Corrent example about parametric executable UDFs. 2023-07-08 02:03:23 +03:00
robot-ch-test-poll1
4704ab3572
Merge pull request #51952 from Slach/fix_doc_additional_tables_filter
fix documentation insconsistency about additional_tables_filter
2023-07-07 19:05:13 +02:00
Slach
0bd16d47be fix documentation insconsistency about additional_tables_filter during reproduce https://github.com/ClickHouse/ClickHouse/issues/51948
Signed-off-by: Slach <bloodjazman@gmail.com>
2023-07-07 19:44:20 +05:00
DanRoscigno
05b7da7813 add doc note for MongoDB Atlas 2023-07-07 10:32:44 -04:00
Ilya Yatsishin
7aacc35829
Merge branch 'master' into per-column-pk-syntax 2023-07-07 14:52:15 +02:00
Rory Crispin
77d62f495b
Merge branch 'master' into docs-remove-async-ml-event-time 2023-07-06 13:38:20 +01:00
Alexander Tokmakov
52a26a6653
Merge pull request #51708 from velavokr/velavokr-issue-51292
#51292 added default_temporary_table_engine setting
2023-07-06 15:18:14 +03:00
Yatsishin Ilya
c7ccf23a24 Update CREATE TABLE docs 2023-07-06 10:44:06 +00:00
Dmitry Kardymon
32f5a78302 Fix setting name 2023-07-06 07:32:46 +00:00
Alexander Gololobov
1336a9ec67 Better naming 2023-07-06 09:09:55 +02:00
Dmitry Kardymon
24b5c9c204 Use one setting input_format_csv_allow_variable_number_of_colums and code in RowInput 2023-07-06 06:05:43 +00:00
Vitaliy Pashkov
a94498cf1f
Minor fixes to odbc.md 2023-07-05 20:59:28 +03:00
Alexander Gololobov
bb422b8168 Added doc 2023-07-05 14:34:03 +02:00
Alexey Milovidov
90e3b0d0dd
Merge branch 'master' into DanRoscigno-patch-4 2023-07-05 02:51:34 +03:00
Dmitry Kardymon
cce06edfa7 Merge remote-tracking branch 'clickhouse/master' into ADQM-868 2023-07-04 19:18:55 +03:00
Dmitry Kardymon
825a244aea Merge remote-tracking branch 'clickhouse/master' into ADQM-870 2023-07-04 19:16:50 +03:00
Robert Schulze
aa89dcc29a
Merge pull request #51791 from rschu1ze/docs-non-unique
Docs: Fix description of output field NON_UNIQUE for statement SHOW INDEXES
2023-07-04 18:00:31 +02:00
Robert Schulze
3cb459bd04
Docs: Fix description of output field NON_UNIQUE for statement SHOW INDEXES 2023-07-04 15:50:56 +00:00
Rory Crispin
9a05a1d22d
Merge branch 'master' into docs-remove-async-ml-event-time 2023-07-04 15:51:04 +01:00
Alexey Milovidov
463c2ba5ce
Revert "Add documentation for building in docker" 2023-07-04 14:07:10 +03:00
Rory Crispin
c9a26d43c5 (docs) Remove async_metric_log event_time_microseconds
event_time_microseconds was removed from the
system.asynchronous_metric_log in
https://github.com/ClickHouse/ClickHouse/pull/36360
2023-07-04 12:06:15 +01:00
Dmitry Kardymon
ab4142eb8f Merge remote-tracking branch 'clickhouse/master' into ADQM-870 2023-07-04 08:23:31 +03:00
Dmitry Kardymon
ed16828b70 Merge remote-tracking branch 'clickhouse/master' into ADQM-868 2023-07-04 08:18:57 +03:00
robot-clickhouse-ci-2
25d06ca710
Merge pull request #51752 from rschu1ze/docs-homebrew
Docs: Mention homebrew as an alternative and non-production install method
2023-07-04 00:15:09 +02:00
Robert Schulze
d263b6bf17
Docs: Mention homebrew as an alternative and non-production install method 2023-07-03 21:17:13 +00:00
Mikhail f. Shiryaev
584b46c5ca
Add documentation for building in docker 2023-07-03 19:58:47 +02:00
Alexander Tokmakov
1e10bf5bdf Update docs/en/operations/settings/settings.md 2023-07-03 19:10:39 +03:00
velavokr
66227ce8d3 #51292 added default_temporary_table_engine setting 2023-07-03 19:10:39 +03:00
robot-clickhouse-ci-1
c3b4fe93d0
Merge pull request #51573 from den-crane/patch-55
Doc. zookeeper_load_balancing
2023-06-30 17:28:11 +02:00
robot-clickhouse-ci-2
e18b95b19d
Merge pull request #51680 from elenatorro/update-max-file-segment-size-value-in-docs
Update File Cache disk configuration settings default values
2023-06-30 16:41:57 +02:00
Kseniia Sumarokova
689ff6f996
Update storing-data.md 2023-06-30 16:15:26 +02:00
Elena Torró
0b98406bd3 Add default values to False 2023-06-30 16:13:43 +02:00
Elena Torró
9157945389 Add missing settings 2023-06-30 15:43:04 +02:00
DanRoscigno
bf06e18c34 docs clickhouse-static-files-uploader and demo repo 2023-06-30 09:03:25 -04:00
Elena Torró
8487251770 Update File Cache disk configuration settings default values 2023-06-30 14:46:50 +02:00
Ramazan Polat
fd5f6ee2f9
Update parts.md
Fix misalignment of `active`
2023-06-30 04:32:41 +03:00
Ilya Yatsishin
6b00a3094e
Merge pull request #51494 from ClickHouse/many-fixes-2
Many fixes for CI [2]
2023-06-30 01:01:50 +02:00
Dan Roscigno
c1bef56c55
Merge pull request #51634 from ClickHouse/docs-hasany
add exception docs for hasAll
2023-06-29 15:38:15 -04:00
Alexey Milovidov
b6a37fbf18
Merge branch 'master' into many-fixes-2 2023-06-29 22:36:33 +03:00