Rich Raposa
de68dade71
Revert "standardize admonitions"
2023-03-09 14:30:40 -07:00
DanRoscigno
95351bc2d3
standardize admonitions
2023-03-09 12:05:26 -05:00
Rich Raposa
f24fad9e26
Merge branch 'master' into new-nav
2023-03-08 14:31:10 -07:00
rfraposa
fa6f3dadba
Link fixes
2023-03-07 22:52:43 -07:00
rfraposa
854cdae311
Link fixes
2023-03-07 17:58:36 -07:00
Rich Raposa
67c16195cc
Merge branch 'master' into new-nav
2023-03-07 14:06:37 -07:00
rfraposa
008845216d
Fix broken links
2023-03-07 14:06:14 -07:00
Robert Schulze
ff8fc0634a
Docs: Small cleanups after Kafka fix #47138
2023-03-07 19:50:42 +00:00
Robert Schulze
5b91631722
Merge pull request #47138 from AVMusorin/disallow-default-columns-kafka-engine
...
Prohibit DEFAULT/EPHEMERAL/ALIAS/MATERIALIZED columns in KafkaEngine
2023-03-07 20:36:46 +01:00
Rich Raposa
cb4f8c85ba
Merge branch 'master' into new-nav
2023-03-04 18:09:56 -07:00
Robert Schulze
11930ad685
Docs: Update index support of has(), hasAny(), hasAll()
2023-03-04 17:27:47 +00:00
rfraposa
5ede8cc69a
Broken links
2023-03-04 09:03:04 -07:00
AVMusorin
0f2ae72141
prohibit DEFAULT/EPHEMERAL/ALIAS in KafkaEngine
2023-03-03 16:25:42 +01:00
rfraposa
17a2d7ed45
Fixing broken links
2023-03-01 16:53:17 -07:00
Rich Raposa
232ab4ecda
Merge branch 'master' into new-nav
2023-02-28 13:26:00 -07:00
rfraposa
a4a5a8a7d3
Initial copy of doc-preview
2023-02-28 11:59:05 -07:00
Dan Roscigno
0286b43a73
Fix 404 on approx nearest neighbor page
...
closes https://github.com/ClickHouse/clickhouse-docs/issues/846
2023-02-28 09:32:06 -05:00
Robert Schulze
cca0bead44
Slighly improved example
2023-02-23 20:07:06 +00:00
Robert Schulze
b3eacf0894
Whitespace for the win
2023-02-23 20:06:24 +00:00
Robert Schulze
6906cafa99
Change to S3 cfg syntax
2023-02-23 20:04:41 +00:00
Robert Schulze
81bf43157f
Allow configuration of Kafka topics with periods
...
The Kafka table engine allows global configuration and per-Kafka-topic
configuration. The latter uses syntax <kafka_TOPIC>, e.g. for topic
"football":
<kafka_football>
<retry_backoff_ms>250</retry_backoff_ms>
<fetch_min_bytes>100000</fetch_min_bytes>
</kafka_football>
Some users had to find out the hard way that such configuration doesn't
take effect if the topic name contains a period, e.g. "sports.football".
The reason is that ClickHouse configuration framework already uses
periods as level separators to descend the configuration hierarchy.
(Besides that, per-topic configuration at the same level as global
configuration could be considered ugly.)
Note that Kafka topics may contain characters "a-zA-Z0-9._-" (*) and
a tree-like topic organization using periods is quite common in
practice.
This PR deprecates the existing per-topic configuration syntax (but
continues to support it for backward compat) and introduces a new
per-topic configuration syntax below the global Kafka configuration of
the form:
<kafka>
<topic name="football">
<retry_backoff_ms>250</retry_backoff_ms>
<fetch_min_bytes>100000</fetch_min_bytes>
</topic>
</kafka>
The period restriction doesn't apply to XML attributes, so <topic
name="sports.football"> will work. Also, everything Kafka-related is
below <kafka>.
Considered but rejected alternatives:
- Extending Poco ConfigurationView with custom separators (e.g."/"
instead of "."). Won't work easily because ConfigurationView only
builds a path but defers descending the configuration tree to the
normal configuration classes.
- Reloading the configuration file in StorageKafka (instead of reading
the loaded file) but with a custom separator. This mode is supported
by XML configuration. Too ugly and error-prone since the true
configuration is composed from multiple configuration files.
(*) https://stackoverflow.com/a/37067544
2023-02-22 20:35:09 +00:00
Kseniia Sumarokova
bec094cd79
Merge pull request #46712 from kssenii/add-iceberg-doc
...
Add iceberg engine doc
2023-02-22 14:49:03 +01:00
kssenii
bac464f89b
Fix
2023-02-22 14:25:08 +01:00
Kseniia Sumarokova
c242fe3e5e
Update docs/en/engines/table-engines/integrations/hudi.md
...
Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
2023-02-22 12:11:42 +01:00
Kseniia Sumarokova
ef15d64895
Update docs/en/engines/table-engines/integrations/deltalake.md
...
Co-authored-by: flynn <fenglv15@mails.ucas.ac.cn>
2023-02-22 12:11:23 +01:00
kssenii
21fcc3b69c
Add iceberg doc
2023-02-22 12:04:24 +01:00
kssenii
80a0aa1327
Merge remote-tracking branch 'upstream/master' into return-materialized-postrgesql-tests-back
2023-02-20 14:37:39 +01: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
Nikita Taranov
f70044f34b
Merge branch 'master' into aggr_partitions_independently
2023-02-18 13:19:05 +00:00
Denny Crane
f78efe91f6
Update summingmergetree.md
2023-02-17 18:46:30 -04:00
kssenii
75d62ee24a
Remove support of feature which does not work reliably
2023-02-16 16:41:31 +01:00
Dan Roscigno
10c8f31811
Update docs/en/engines/table-engines/integrations/embedded-rocksdb.md
2023-02-15 13:29:33 -05:00
Dan Roscigno
0496b55003
Update docs/en/engines/table-engines/integrations/embedded-rocksdb.md
2023-02-15 13:29:26 -05:00
Antonio Andelic
da4389a763
Add docs for KeeperMap
2023-02-15 15:29:11 +01:00
Anton Popov
ccf7b6f4c1
Merge pull request #45582 from mrcrypster/patch-4
...
DELETE + WHERE in TTL
2023-02-10 14:27:54 +01:00
Ryadh DAHIMENE
82a36f50c9
Adding missing integrations to the list
2023-02-08 15:11:18 +01:00
rfraposa
f3136e3f25
Resolve feedback
2023-02-06 10:48:54 -07:00
rfraposa
8a84a75ab8
Create executable.md
2023-02-05 01:08:52 -06:00
Nikita Taranov
b983b363f8
Merge branch 'master' into aggr_partitions_independently
2023-02-04 18:24:31 +00:00
Kseniia Sumarokova
ef7acb9b66
Merge pull request #44404 from kssenii/storage-rabbitmq-fix-flush
...
RabbitMQ - fix writing many small blocks by flushing data only exactly by flush_interval_ms or by max_block_size
2023-02-03 11:50:12 +01:00
Robert Schulze
b95ecfaec5
Minor doc fixes for inverted index
2023-02-03 10:01:53 +00:00
rfraposa
6011656008
Update invertedindexes.md
2023-02-01 20:55:58 -07:00
kssenii
bbf060bf89
Fix test
2023-02-01 18:22:05 +01:00
Ilya Yatsishin
8d6df7ed58
Merge pull request #45785 from Algunenano/generate_random_types
2023-01-30 23:03:12 +01:00
Nikita Taranov
581f31ad3d
better
2023-01-30 17:11:56 +00:00
Nikita Taranov
d8c191f53b
add docs
2023-01-30 17:11:56 +00:00
Raúl Marín
997fad4e8d
GenerateRandom: Add support for maps
2023-01-30 15:23:22 +01:00
Roman Heinrich
bcc933098b
Fix broken examples for inverted indexes
2023-01-30 00:12:32 +01:00
Kseniia Sumarokova
7d178e5ee6
Merge pull request #45680 from DanRoscigno/docs-mergetree-s3-cache
...
doc updates related to s3 cache change
2023-01-27 17:54:31 +01:00
DanRoscigno
a88c222f44
add missing heading
2023-01-27 08:56:25 -05:00
DanRoscigno
80b3b882c3
review from ksenii
2023-01-27 08:48:29 -05:00
DanRoscigno
15b4c712df
updates related to s3 cache change
2023-01-26 16:32:39 -05:00
Dan Roscigno
d1a81b2776
Update docs/en/engines/table-engines/mergetree-family/invertedindexes.md
2023-01-26 14:07:13 -05:00
Dan Roscigno
00b5354a93
Update invertedindexes.md
2023-01-26 14:05:26 -05: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
DanRoscigno
c130050572
capitalize sidebar
2023-01-26 09:05:56 -05:00
DanRoscigno
310797d9f0
edits, add frontmatter
2023-01-26 08:58:10 -05:00
DanRoscigno
fe1d99a2d3
add PARTITION BY to file and url docs
2023-01-25 09:18:55 -05:00
DanRoscigno
917e3d4244
add PARTITION BY to s3 and hdfs docs
2023-01-25 09:09:28 -05:00
Robert Schulze
5edea1b461
Docs: mini semicolon fix
2023-01-24 19:25:37 +00:00
Denys Golotiuk
c1de756d8a
DELETE + WHERE in TTL
...
ClickHouse actually supports only `DELETE` action with `WHERE` clause of a `TTL` statement
2023-01-24 17:50:29 +02:00
Kseniia Sumarokova
dd18dd2953
Merge pull request #45341 from ClibMouse/feature/non-throwing-hastoken
...
Introduce non-throwing variants of hasToken
2023-01-24 15:37:36 +01:00
ltrk2
9710b8643c
Refine the solution
2023-01-23 14:27:48 -08:00
robot-ch-test-poll4
2066581d8f
Merge pull request #45451 from evillique/default_granularity
...
Add default GRANULARITY argument for secondary indexes
2023-01-20 17:46:21 +01:00
Nikolay Degterinsky
02142596fb
Add docs
2023-01-20 15:22:13 +00:00
Robert Schulze
7e6d3163b1
Initial inverted index docs
2023-01-20 12:12:20 +00:00
Robert Schulze
099f50c0e3
Remove redundancy
2023-01-19 18:35:19 +00:00
Robert Schulze
c9988f4411
Mini fix
2023-01-19 17:04:17 +00:00
Robert Schulze
7355e3bc77
Docs: Beautify section on secondary index types
2023-01-19 17:00:31 +00:00
DanRoscigno
5d88a2b344
clarify autodetect
2023-01-18 15:51:31 -05:00
DanRoscigno
cd3ecb9091
add support_batch_delete to mergetree docs
2023-01-18 12:16:31 -05:00
Dan Roscigno
f13fdfb431
Merge pull request #45280 from tbragin/patch-5
...
Update postgresql.md
2023-01-15 11:52:47 -05:00
Tanya Bragin
d825f50c84
Update postgresql.md
...
Adding Postgres blog to Postgres DB engine page
cc @DanRoscigno @gingerwizard
2023-01-14 14:39:41 -08:00
Tanya Bragin
b5773caeb2
Update postgresql.md
...
Adding related Postgres blog here.
cc @gingerwizard @DanRoscigno
2023-01-14 14:34:33 -08:00
Dan Roscigno
0ad969171e
Merge pull request #45127 from DanRoscigno/add-deltalake-docs
...
Add deltalake docs
2023-01-11 08:07:42 -05:00
Dan Roscigno
6e9669cfae
Apply suggestions from code review
2023-01-11 07:53:37 -05:00
Dan Roscigno
02261b0e2a
Update docs/en/engines/table-engines/integrations/hudi.md
2023-01-11 07:42:15 -05:00
Dan Roscigno
73ef2657dd
Update docs/en/engines/table-engines/integrations/hudi.md
2023-01-11 07:40:10 -05:00
Dan Roscigno
21573028ea
Update docs/en/engines/table-engines/integrations/deltalake.md
2023-01-11 07:38:41 -05:00
DanRoscigno
563e0e76f9
init
2023-01-10 16:59:34 -05:00
DanRoscigno
5cf1b1f61d
feedback
2023-01-10 16:09:59 -05:00
DanRoscigno
879ee05218
fix case of names
2023-01-10 11:18:33 -05:00
Dan Roscigno
f8a5d5cb18
Merge branch 'ClickHouse:master' into add-deltalake-docs
2023-01-09 15:45:08 -05:00
Ivan Blinkov
61c2f23713
Remove leftover empty lines at the end of markdown files
2023-01-09 15:15:18 +01:00
Ivan Blinkov
b7e082d033
Remove "Original article links"
2023-01-09 15:13:36 +01:00
Dan Roscigno
7741ce549f
Merge pull request #45004 from DanRoscigno/docs-for-set-join-persist
...
move persistence setting docs
2023-01-07 17:28:40 -05:00
DanRoscigno
e0b258b4a9
move persistence setting docs
2023-01-06 17:01:28 -05:00
Denny Crane
1bf6139fab
Update graphitemergetree.md
2023-01-06 15:11:58 -04:00
DanRoscigno
5cde7762ad
WIP
2023-01-05 15:54:44 -05:00
Dan Roscigno
20a35efc42
Merge pull request #44665 from burmecia/fix-ttl-doc
...
fix table ttl doc example
2023-01-04 15:53:19 -05:00
Dan Roscigno
47a84eb2df
Merge pull request #44650 from DanRoscigno/update-replication-docs
...
add note for Cloud users
2023-01-04 15:21:48 -05:00
Bo Lu
5d1886994f
fix table ttl doc example
2022-12-28 15:45:05 +11:00
DanRoscigno
3f03fca469
add note for Cloud users
2022-12-27 13:59:00 -05:00
Kruglov Pavel
5e01a3d74e
Merge branch 'master' into improve-streaming-engines
2022-12-21 10:51:50 +01:00
DanRoscigno
4af8e647af
switch note to Optimize guide
2022-12-16 16:53:14 -05:00
Christoph Wurm
4f5932641d
Reduce num_layers to 1 and general wording.
2022-12-16 15:59:46 +00:00
Kruglov Pavel
c5b2e4cc23
Merge branch 'master' into improve-streaming-engines
2022-12-15 18:44:35 +01:00
Dan Roscigno
8870beb42e
Update summingmergetree.md
2022-12-14 13:55:42 -05:00
Robert Schulze
8655d1d4d3
Update annindexes.md
2022-11-28 11:23:08 +01:00
Robert Schulze
d587b3f978
Minor fixes in annoy index documentation
2022-11-28 09:09:09 +00:00
Robert Schulze
dce0b78198
Merge pull request #42778 from FArthur-cmd/annoy_cosine
...
Add cosine distance for annoy
2022-11-28 09:53:17 +01:00
Peignon Melvyn
41d405476a
Fix typo in replication.md ( #43643 )
2022-11-25 13:57:19 +01:00
Sergei Trifonov
f2f0676bcc
Revert "Revert "S3 request per second rate throttling""
2022-11-17 17:35:04 +01:00
Alexander Tokmakov
9011a18234
Revert "S3 request per second rate throttling"
2022-11-16 22:33:48 +03:00
Sergei Trifonov
159743edd6
Merge pull request #43014 from ClickHouse/disk-s3-throttler
...
S3 request per second rate throttling
2022-11-16 18:51:06 +01:00
Nikolay Degterinsky
00554ecd00
Merge pull request #43271 from evillique/fix-docs-2
...
Fix docs
2022-11-16 15:12:28 +01:00
Nikolay Degterinsky
81971acf35
Fix docs
2022-11-16 02:40:51 +00:00
Kseniia Sumarokova
59cf5def67
Merge branch 'master' into disk-s3-throttler
2022-11-15 12:13:37 +01:00
Dan Roscigno
b5a306c4db
Merge branch 'master' into standardize-dictionary-categories
2022-11-14 21:30:05 -05:00
serxa
7448d1bb5d
add docs
2022-11-09 14:58:41 +00:00
DanRoscigno
c822c8161f
fix nav
2022-11-08 20:21:26 -05:00
DanRoscigno
45c9debeaf
update links
2022-11-08 19:17:58 -05:00
DanRoscigno
d225366335
update links
2022-11-08 18:04:22 -05:00
Alexander Tokmakov
a24bff1029
Merge pull request #42256 from lixuchun314/update-docs
...
update docs error
2022-11-07 18:54:15 +03:00
DanRoscigno
34f90ff6ef
update pages that refer to dictionaries
2022-11-07 09:26:50 -05:00
Camilo Sierra
e2c23344d1
full example using AggregatingMergeTree
...
Discussing with a dev the `AggregatingMergeTree` usage was not clear, they do not understand how use the `AggregateFunction` or how we could get the final aggregated value.
I hope this full example could better show the capabilities of this feature and help the new users to better understand it.
2022-11-07 09:54:45 +01:00
Kruglov Pavel
b124875257
Merge branch 'master' into improve-streaming-engines
2022-11-03 13:22:06 +01:00
Alexander Yakovlev
70eaf69df1
Fix a typo in table-engines/integrations/s3.md
2022-11-01 02:57:55 +03:00
Filatenkov Artur
21c024b043
Merge branch 'master' into annoy_cosine
2022-10-28 20:15:53 +03:00
FArthur-cmd
f187d4e1d4
add cosine distance for annoy and fix docs for cosineDistance
2022-10-28 17:03:35 +00:00
avogar
8e13d1f1ec
Improve and refactor Kafka/StorageMQ/NATS and data formats
2022-10-28 16:41:10 +00:00
Robert Schulze
42f680849c
Fix bad_cast in Annoy index
...
- Problem originally found by data type fuzzer
https://s3.amazonaws.com/clickhouse-test-reports/42180/2f83d8790581dce0ffeec56c137b1d13160cfa7b/fuzzer_astfuzzermsan//report.html
- This commit restricts which data types are allowed for Annoy indexes
(similar things are done for other index types).
2022-10-19 13:40:39 +00:00
lixuchun
b724b7a74a
update docs error
2022-10-12 11:57:35 +08:00
Filatenkov Artur
2139d5be17
Merge branch 'master' into annoy
2022-09-20 15:28:08 +03:00
vvbufetov
fb94e43a60
Fix the link on the original article about MaterializedView ( #41339 )
...
Fix the link on the original article about MaterializedView
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2022-09-16 17:52:32 +02:00
Filatenkov Artur
7949b3fb74
Merge branch 'master' into annoy
2022-09-06 11:23:15 +03:00
FArthur-cmd
7f311ad03c
add words about setting to docs
2022-09-05 13:20:49 +00:00
Antonio Andelic
3a0581e990
Merge pull request #40543 from Lloyd-Pottiger/feat/support-read-only-for-embeddedrocksdb
...
Add read-only support for EmbeddedRocksDB
2022-09-05 09:31:07 +02:00
Alexey Milovidov
8ea7b9c978
Merge pull request #40980 from ClickHouse/alexey-milovidov-patch-5
...
Update replicated.md
2022-09-05 03:18:25 +03:00
Alexey Milovidov
f8e72eb7cb
Update replicated.md
2022-09-05 01:02:42 +03:00
Alexey Milovidov
053a2186b5
Update replicated.md
2022-09-05 01:01:23 +03:00
Aleksandr Musorin
69b9d34b10
docs. optional params for GenerateRandom table
2022-09-02 17:25:10 +02:00
Lloyd-Pottiger
5a6b2106b5
Merge branch 'master' of github.com:ClickHouse/ClickHouse into feat/support-read-only-for-embeddedrocksdb
2022-09-02 18:10:00 +08:00
Lloyd-Pottiger
59dccd6e49
fix test
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-09-02 11:14:49 +08:00
FArthur-cmd
e7abc06c89
Revert "Revert "Add Annoy index""
...
This reverts commit 6fdfb964d0
.
2022-08-30 15:26:56 +00:00
Alexander Tokmakov
6fdfb964d0
Revert "Add Annoy index"
2022-08-30 15:10:10 +03:00
Kseniia Sumarokova
c88db2ef97
Merge pull request #40751 from kssenii/fix-mysql-timeouts
...
Fix issue with mysql db / table function timeouts
2022-08-30 11:59:01 +02:00
Robert Schulze
cc4225109f
Merge pull request #37215 from Vector-Similarity-Search-for-ClickHouse/annoy-2
...
Test failures are unrelated, merging.
2022-08-30 09:25:57 +02:00
Kseniia Sumarokova
c5c48e44ea
Merge branch 'master' into fix-mysql-timeouts
2022-08-29 19:33:29 +02:00
DanRoscigno
c4b8137d31
replace symlinks
2022-08-29 12:19:50 -04:00
Filatenkov Artur
d73f661732
Merge branch 'master' into annoy-2
2022-08-29 17:33:13 +03:00
kssenii
0a6c4b9265
Fix
2022-08-29 16:20:53 +02:00
DanRoscigno
b50fa8b5a9
replace symlinks
2022-08-28 17:34:50 -04:00
DanRoscigno
5b5fcc56aa
add slugs
2022-08-28 10:53:34 -04:00
Alexey Milovidov
6e564b18bf
Merge pull request #40600 from FrankChen021/check_url_arg
...
Validate the CompressionMethod parameter of URL table engine
2022-08-27 19:29:55 +03:00
FArthur-cmd
f3d0083e57
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into annoy-2
2022-08-26 13:53:53 +00:00
Frank Chen
6f8af95e34
Update doc
...
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
2022-08-25 14:49:43 +08:00
Lloyd-Pottiger
ac3cf0beb4
add read_only option
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-23 20:58:57 +08:00
Antonio Andelic
0765495be1
Merge pull request #39986 from Lloyd-Pottiger/feat/support-ttl-for-embeddedrocksdb
...
Support TTL for EmbeddedRocksDB
2022-08-23 08:27:47 +02:00
FArthur-cmd
9222e41a5b
add test and docs
2022-08-22 19:00:20 +00:00
Lloyd-Pottiger
85a1a36167
remove read_only option
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-22 23:31:55 +08:00
FArthur-cmd
1e8910f048
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into annoy-2
2022-08-21 08:45:03 +00:00
Alexey Milovidov
5f4d4fd878
Merge pull request #40362 from den-crane/patch-33
...
Doc. ReplacingMergeTree Example
2022-08-19 15:52:40 +03:00
DanRoscigno
23b054617e
update for setting change
2022-08-18 16:05:44 -04:00
Denny Crane
01a1aa8518
Update replacingmergetree.md
2022-08-18 16:35:54 -03:00
Denny Crane
e653583e87
Update replacingmergetree.md
2022-08-18 16:29:06 -03:00
DanRoscigno
229f18766e
fix indent
2022-08-18 08:13:41 -04:00
Lloyd-Pottiger
19c4385881
Merge branch 'master' into feat/support-ttl-for-embeddedrocksdb
2022-08-17 22:17:10 +08:00
FArthur-cmd
1d048432a1
update contrib and update cmake
2022-08-15 14:35:51 +00:00
Alexey Milovidov
fe544cd87c
Merge pull request #40150 from vsrsvas/patch-1
...
Update replicated.md
2022-08-13 05:03:05 +03:00
DanRoscigno
364088d47b
fix note
2022-08-12 14:40:09 -04:00
vsrsvas
0a9c3c6e8b
Update replicated.md
2022-08-12 16:18:51 +05:30
Lloyd-Pottiger
c5d81e160c
add functionality test
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-10 23:10:52 +08:00
Lloyd-Pottiger
5488a392ab
address comments
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-10 21:20:25 +08:00
FArthur-cmd
0ab937afbb
small update
2022-08-10 09:55:07 +00:00
Lloyd-Pottiger
7ecaf58981
revise docs
...
Signed-off-by: Lloyd-Pottiger <yan1579196623@gamil.com>
2022-08-09 21:48:49 +08:00
Denny Crane
3f4baa7658
Update mergetree.md
2022-08-04 23:49:19 -03:00
nathanbegbie
b4c3ff0cef
typo: PostgerSQL -> PostgreSQL
2022-08-03 16:01:24 +03:00
nathanbegbie
de91875b5e
Revert "typo: PostgerSQL -> PostgreSQL"
...
This reverts commit fda8b113dc
.
2022-08-03 15:59:36 +03:00
nathanbegbie
fda8b113dc
typo: PostgerSQL -> PostgreSQL
2022-08-03 15:54:58 +03:00
Filatenkov Artur
a218597546
Merge branch 'master' into annoy-2
2022-07-27 15:37:58 +03:00
Dan Roscigno
72efcc65c1
Update docs/en/engines/table-engines/mergetree-family/mergetree.md
2022-07-25 12:58:57 -04:00
Dan Roscigno
30a32371eb
Remove experimental status from projections
2022-07-22 11:50:59 -04:00
Filatenkov Artur
6315d51471
Update annindexes.md
2022-07-20 15:36:07 +03:00
FArthur-cmd
3b30cd9259
improvements
2022-07-19 00:59:07 +03:00
FArthur-cmd
0e89fbff53
refactoring
2022-07-12 13:57:16 +03:00
FArthur-cmd
fb5272971c
small refactoring
2022-07-11 23:14:00 +03:00
FArthur-cmd
86b0e4cfc8
remove extra docs
2022-07-11 23:12:01 +03:00
FArthur-cmd
783e6e398c
merge with other working branch
2022-07-11 23:02:58 +03:00
FArthur-cmd
6ae227a6bb
add test
2022-07-11 22:50:10 +03:00
FArthur-cmd
868628d3fd
make stable prototype with arrays support
2022-07-11 18:02:50 +03:00
FArthur-cmd
2f9f5f172a
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into annoy_3
2022-07-10 17:25:21 +03:00
Dan Roscigno
2a6765ce8c
Merge pull request #38603 from den-crane/patch-17
...
Doc. More settings / mysql
2022-07-06 15:24:13 -04:00
FArthur-cmd
a3407ba6db
Merge branch 'master' of github.com:FArthur-cmd/ClickHouse into annoy-2
2022-07-06 19:42:55 +03:00
Kseniia Sumarokova
6c3d648f49
Merge branch 'master' into nats-integration
2022-07-04 21:06:07 +02:00
FArthur-cmd
21df8ed12f
refactoring
2022-07-04 17:21:50 +03:00
FArthur-cmd
21b99e7304
Merge branch 'master' of https://github.com/Vector-Similarity-Search-for-ClickHouse/ClickHouse into annoy-2
2022-07-04 14:54:21 +03:00
Dan Roscigno
da2d6813de
Merge pull request #38640 from ClickHouse/DanRoscigno-patch-2
...
Fixing 404's reported by Algolia
2022-06-30 13:13:22 -04:00
DanRoscigno
26749c53fe
fix formatting of code clocks and lists
2022-06-30 12:45:10 -04:00
DanRoscigno
95c3eff4c7
remove 404ing original article URL
2022-06-30 11:17:38 -04:00
Dan Roscigno
4ba4e9b951
Remove 404ing original article
2022-06-30 09:53:30 -04:00
Denny Crane
394a15a792
Update mysql.md
2022-06-29 16:52:32 -03:00
Yakov Olkhovskiy
d5f65ece9b
Merge pull request #38105 from arenadata/ADQM-419
...
Add kerberosInit function as a replacement for kinit executable calls in Kafka and HDFS
2022-06-27 14:19:24 -04:00
DanRoscigno
70de1afad7
move settings to H3 level
2022-06-24 12:16:20 -04:00
DanRoscigno
75cd941956
move settings to H3 level
2022-06-24 11:47:12 -04:00
DanRoscigno
6ef534c864
move settings to H3 level
2022-06-24 11:13:15 -04:00
DanRoscigno
bd2f5eb96d
move settings to H3 level
2022-06-24 08:57:51 -04:00
DanRoscigno
571410a172
move settings to H3 level
2022-06-24 08:48:18 -04:00
Igor Nikonov
62a40a54c0
Update mergetree.md
...
Use `explicitly` instead of `obviously`
2022-06-21 20:39:59 +02:00
DanRoscigno
0cd294c0c4
reword
2022-06-17 16:09:28 -04:00
Dan Roscigno
b6bd08e377
Update docs/en/engines/table-engines/mergetree-family/replication.md
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-06-17 15:44:44 -04:00
DanRoscigno
d64935259c
add ClickHouse Keeper to replication doc
2022-06-17 14:57:51 -04:00
lirulei
c1732e865f
Update postgresql.md
...
fix doc
2022-06-16 14:42:51 +08:00
Mikhail f. Shiryaev
203de0c352
Merge pull request #37790 from vdimir/doc-aspell
...
Spellcheck for the docs
2022-06-09 12:52:31 +02:00
Roman Vasin
3cfea6e76f
Cleanup code in KerberosInit, HDFSCommon and StorageKafka; update English and Russian documentation.
2022-06-08 17:57:45 +03:00
vdimir
94bddec0bc
More typos checked and fixed
2022-06-08 14:28:41 +02:00
Denny Crane
c3bc406ae0
Update replacingmergetree.md
2022-06-07 23:43:02 -03:00
Denny Crane
b089941524
Update replacingmergetree.md
2022-06-07 23:30:36 -03:00
rfraposa
869967de41
Remove H1 anchor tags from docs
2022-06-02 04:55:18 -06:00
tchepavel
87217ce6cc
NATS. Add new setting to doc; clean up code.
2022-05-23 14:57:39 +03:00
tchepavel
d9436ec7dd
Merge branch 'master' into nats-integration
2022-05-23 14:30:09 +03:00
Azat Khuzhin
ba26b3cf4c
Implement lead_used load balancing algorithm for disks inside volume
...
v2: rebase on top removed raid1
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-19 14:10:11 +03:00
Azat Khuzhin
dad31fe5a0
doc/mergetree: fix aligment in documentation
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-19 14:10:11 +03:00
Azat Khuzhin
590dfe6ae5
doc: document perform_ttl_move_on_insert
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-05-19 14:10:11 +03:00
tchepavel
a3af94d49e
Documentation; integration tests; subscribe on startup
2022-05-17 16:58:09 +03:00
VVMak
1b9834548d
Merge branch 'master' into annoy-2
2022-05-15 00:01:28 +03:00
Filatenkov Artur
7a37ba2387
Update mergetree.md
2022-05-14 23:12:37 +03:00
Filatenkov Artur
b69b322dc4
Update mergetree.md
2022-05-14 23:11:29 +03:00
Vladimir Makarov
bcbc58a10a
edits to the doc
2022-05-14 18:09:20 +00:00
Vladimir Makarov
1ba0bcaffe
fix includes and add docs
2022-05-14 17:53:45 +00:00
Filatenkov Artur
94030de0ec
Update mergetree.md
2022-05-14 14:34:13 +03:00
Hakob Saghatelyan
ff54f5c59f
sql added
2022-05-13 21:01:29 +00:00
Hakob Saghatelyan
dce92bb72f
ANNIndex documentation's common part done
2022-05-13 20:40:30 +00:00
Mark Andreev
ebb9694920
Add Kafka headers virtual columns
...
Add documentation for https://github.com/ClickHouse/ClickHouse/pull/11283
2022-05-11 18:38:09 +04:00
filimonov
715fcf7dd6
Mention currentDatabase in the Buffer docs
2022-05-06 10:12:22 +02:00
rfraposa
e7b7b7ecd3
Various docs fixes
2022-04-29 05:33:51 -06:00
Sergey Tulentsev
301b7cd876
remove whitespace change
2022-04-21 13:42:55 +01:00
Sergey Tulentsev
f3195e10d0
use html entities for < / > in markdown tables
2022-04-21 13:40:25 +01:00
Sergey Tulentsev
ce4428d41e
replace html entities (< / >) with < and > in code snippets
2022-04-21 13:32:07 +01:00
rfraposa
6576fd88c1
EOL fixes
2022-04-19 13:50:45 -06:00
rfraposa
fb08c5b7e1
Merge branch 'master' into docs-staging
2022-04-15 07:25:27 -06:00
Kruglov Pavel
fead4c184f
Merge pull request #35237 from olejeglejeg/patch-1
...
Kafka engine kafka_num_consumers prop upper bound doc update
2022-04-12 17:09:42 +02:00
rfraposa
d9e6f780db
Fixed broken links
2022-04-10 23:01:34 -06:00
rfraposa
8f01fe9c49
Revised /en folder
2022-04-09 07:34:21 -06:00
rfraposa
5250d9ad11
Removed /ja folder, cleaned up /ru markdown
2022-04-09 07:29:05 -06:00
Alexey Milovidov
9854b55835
Revert "Format changes for new docs"
2022-04-04 02:05:35 +03:00
rfraposa
72a00e2c62
Fixed broken links
2022-04-02 17:38:54 -06:00
rfraposa
c33a6ced7b
Fixed category links
2022-04-02 10:16:20 -06:00
rfraposa
c0a791a784
Fixing conflicts with source repo
2022-04-01 11:15:41 -06:00
rfraposa
560471f991
Update /sql-reference docs
2022-03-29 22:06:21 -06:00
rfraposa
00ddb72eea
Update /engines docs
2022-03-29 17:43:34 -06:00
rfraposa
33e28bcb18
Updated /development folder
2022-03-29 08:26:35 -06:00
rfraposa
a5c7a947ad
Merge branch 'master' of github.com:rfraposa/ClickHouse
2022-03-28 23:09:52 -06:00
rfraposa
c05bf7beb4
Testing new /en folder
2022-03-28 23:09:17 -06:00
taiyang-li
6a8bb34b41
update doc of hive
2022-03-24 17:17:25 +08:00
Kseniia Sumarokova
58a2d2b458
Merge pull request #35118 from zzsmdfj/issue/#31469_MaterializedMysql_mysqlDate2CkDate32
...
to #31469_MaterializedMysql_mysqlDate2CkDate32
2022-03-14 10:32:33 +01:00
rfraposa
ecbdfdea08
Incorporated feedback
2022-03-12 10:04:51 -06:00
Oleg Taizov
2ce6571968
kafka_num_consumers
prop upper bound doc update
...
Add clarification about the upper bound of `kafka_num_consumers` property that was added in [#26640 ](https://github.com/ClickHouse/ClickHouse/pull/26642 )
2022-03-12 11:09:12 +03:00