Alexander Gololobov
74cc20b286
Make spellcheck happy
2024-07-10 12:18:50 +02:00
Alexander Gololobov
56c751a10a
Update docs/en/engines/table-engines/integrations/s3queue.md
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2024-07-10 12:17:39 +02:00
Alexander Gololobov
73c4eaa0f2
Clarify ordered mode description for s3Queue
2024-07-10 12:09:32 +02:00
Robert Schulze
2cefa56f9b
Update docs
2024-07-03 10:13:15 +00:00
Nathan Clevenger
7a5bf2fc24
Fixed types
...
Replaced RabbitMQ with NATS
2024-07-01 15:14:37 -05:00
Smita Kulkarni
1f768f4dd7
Basic docs for azure blob storage authentication
2024-06-28 21:54:33 +02:00
kssenii
2ba697dcae
Merge remote-tracking branch 'origin' into add-azure-queue-storage
2024-06-26 13:05:56 +02:00
kssenii
5904847316
Fix tests
2024-06-20 18:32:00 +02:00
Kseniia Sumarokova
8827fc7c21
Merge pull request #65430 from allegrinisante/patch-1
...
Mode value = 'unordered' may lead to confusion
2024-06-19 11:20:02 +00:00
Raúl Marín
02f1946fc0
Merge pull request #64820 from lsj4401/patch-1
...
fix typo
2024-06-19 10:42:40 +00:00
allegrinisante
619333b356
Mode value = 'unordered' may lead to confusion
...
According to the documentation, the default mode was 'ordered' before version 24.6. Starting from version 24.6, there is no default value for mode. Using mode = 'unordered' can be confusing.
2024-06-19 11:44:38 +02:00
Kseniia Sumarokova
3f0211a2f8
Update s3queue.md
2024-06-13 13:49:47 +02:00
Kseniia Sumarokova
00e58f522f
Update s3queue.md
2024-06-11 10:35:55 +02:00
Kseniia Sumarokova
f27e92c97b
Update s3queue.md
2024-06-11 10:34:19 +02:00
Kseniia Sumarokova
9a55cdf77c
Merge pull request #64947 from ilejn/time_virtual_col
...
Add _time virtual column to file alike storages
2024-06-10 12:14:46 +00:00
Robert Schulze
d59a170144
Docs for MergeTree: Capitalized SETTINGS
2024-06-10 07:05:36 +00:00
Robert Schulze
cdd2957a31
Move MergeTree setting docs into MergeTree settings docs page
2024-06-09 19:09:33 +00:00
Nikita Mikhaylov
756ac16170
Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-create-system-tables
2024-06-07 18:00:33 +02:00
Ilya Golshtein
258b1f9559
time_virtual_col: tests, doc, small refactoring
2024-06-06 21:00:47 +00:00
Han Fei
ac430bb01d
Merge pull request #59357 from hanfei1991/hanfei/stats_uniq
...
Introduce statistics of type "number of distinct values"
2024-06-05 12:56:52 +00:00
Yarik Briukhovetskyi
fbe29c0737
remove trailing whitespace
2024-06-05 13:16:38 +02:00
Han Fei
c04e7e64af
Merge branch 'master' into hanfei/stats_uniq
2024-06-05 13:09:15 +02:00
avinzhang
92c41031a5
Update mongodb.md
...
Customers had difficulties finding the correct connection URL for Mongodb Atlas
2024-06-05 11:24:57 +10:00
Robert Schulze
46434f9040
Merge pull request #63578 from ElderlyPassionFruit/add-compression-sorts-optimization
...
Best-effort sorting to improve compressability
2024-06-04 19:02:55 +00:00
Lee sungju
e6f99266f6
fix typo
...
Fix typos in named collection samples
2024-06-04 14:59:22 +09:00
Robert Schulze
d5ec72d2a3
Be more graceful to existing inverted indexes
2024-05-31 15:50:16 +00:00
Robert Schulze
335a0844f5
Cosmetics and docs
2024-05-27 09:41:29 +00:00
Han Fei
dc30cee58f
refind docs
2024-05-25 18:02:06 +02:00
Han Fei
ee7ad460fd
Merge branch 'master' into hanfei/stats_uniq
2024-05-25 18:01:21 +02:00
Kseniia Sumarokova
772d38a0c1
Update s3queue.md
2024-05-24 18:11:21 +02:00
Alexey Milovidov
476bdb7174
Merge pull request #64325 from natalyjazzviolin/nataly/file-engine-cloud
...
Adds note: File engine unavailable in ClickHouse Cloud.
2024-05-24 01:13:23 +00:00
Nataly Merezhuk
5710b5852f
Adds note - file engine unavailable in ClickHouse Cloud.
2024-05-23 17:45:58 -04:00
Shaun Struwig
f8fc1fa338
Merge branch 'master' into document_revision
2024-05-23 16:00:38 +02:00
Nikita Mikhaylov
a1c311c814
Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-create-system-tables
2024-05-23 13:21:02 +00:00
Blargian
ce26c4f657
Review changes and replace … with ...
2024-05-23 13:54:45 +02:00
Han Fei
b8e7e99c91
Merge branch 'master' into hanfei/stats_uniq
2024-05-21 01:28:36 +02:00
Jordi Villar
16889ff032
Rollback doc example
2024-05-17 18:03:51 +02:00
Jordi Villar
acba6fd7a2
Fix typo
2024-05-17 17:57:24 +02:00
Jordi Villar
a2c040111c
Improve ReplacingMergeTree is_deleted documentation
2024-05-17 17:47:35 +02:00
Han Fei
2e2d20717b
refine docs
2024-05-17 17:37:16 +02:00
Nikita Mikhaylov
9f33a6d9c0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-create-system-tables
2024-05-17 12:21:50 +00:00
Nikita Mikhaylov
95f65cf422
Use right comments for system tables
...
(cherry picked from commit 6c5a35d08943c1492cbf7ee861130ce80541879a)
2024-05-14 16:59:48 +00:00
Han Fei
79bbe0b587
Merge branch 'master' into hanfei/stats_uniq
2024-05-14 18:16:52 +02:00
Kseniia Sumarokova
a76058aa20
Merge pull request #63397 from kirillgarbar/mysql
...
Allow to create MaterializedMySQL database without connection to MySQL
2024-05-10 12:08:59 +00:00
Justin de Guzman
849dd825c5
[Docs] Use ReplicatedMergeTree not ReplicatedReplacingMergeTree for data replication examples
2024-05-09 15:33:40 -07:00
Kseniia Sumarokova
090ef99339
Merge pull request #60312 from ClickHouse/make-rabbitmq-reject-broken-messages
...
Make rabbitmq nack broken messages
2024-05-07 10:11:29 +00:00
Кирилл Гарбар
a20ef2a3d0
Add allow without connection setting to MaterializedMySQLSettings
2024-05-07 02:06:13 +03:00
Robert Schulze
0f87653fef
Rename "inverted" to "fulltext"
2024-05-06 16:59:36 +00:00
Robert Schulze
b00c64fe9d
Docs: Remove tuple support from ANN indexes
...
Indexes for approximate nearest neighbourhood (ANN) search (Annoy,
USearch) can currently be build on columns of type Array(Float32) or
Tuple(Float32[, Float32[, ...]]). In practice, only Arrays are relevant
which makes sense as arrays store high-dimensional embeddings
consecutively and the additional flexibility of different data types in
a tuple is not needed.
Therefore, removing support for ANN indexes over tuple columns to
simplify the code, tests and docs.
2024-05-06 14:18:30 +00:00
Robert Schulze
53c089722c
Docs: Add a note about the naming of the inverted index in earlier versions
2024-05-06 14:04:34 +00:00