Commit Graph

448 Commits

Author SHA1 Message Date
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
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
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
Yarik Briukhovetskyi
fbe29c0737
remove trailing whitespace 2024-06-05 13:16:38 +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
Lee sungju
e6f99266f6
fix typo
Fix typos in named collection samples
2024-06-04 14:59:22 +09:00
Kseniia Sumarokova
772d38a0c1
Update s3queue.md 2024-05-24 18:11:21 +02:00
Blargian
ce26c4f657 Review changes and replace … with ... 2024-05-23 13:54:45 +02:00
Nikita Mikhaylov
95f65cf422 Use right comments for system tables
(cherry picked from commit 6c5a35d08943c1492cbf7ee861130ce80541879a)
2024-05-14 16:59:48 +00: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
Duc Canh Le
5d2feb41e7
Revert "Revert "Introduce bulk loading to StorageEmbeddedRocksDB"" 2024-05-03 18:29:36 +08:00
Alexey Milovidov
c9fd1df4fc
Revert "Introduce bulk loading to StorageEmbeddedRocksDB" 2024-05-03 05:27:03 +03:00
Duc Canh Le
6a324ae67a Merge branch 'master' into rocksdb_bypass_memtable
Try fix CI
2024-05-01 11:21:31 +00:00
Duc Canh Le
9ca030fa11 update documents
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-29 11:03:18 +00:00
kssenii
f79bb23a1b Merge remote-tracking branch 'origin/master' into make-rabbitmq-reject-broken-messages 2024-04-29 11:49:05 +02:00
Alexey Milovidov
054e63134c
Update hdfs.md 2024-04-27 15:32:23 +02:00
Duc Canh Le
41351222e7 Merge branch 'master' into rocksdb_bypass_memtable
Resolve conflicts

Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
2024-04-26 10:47:49 +00:00
Aleksandr Musorin
d01a95fc9a docs: added kafka_topic directly under kafka tag 2024-04-04 13:56:15 +02:00
kssenii
7fd8d84fb6 Fix style check 2024-04-03 12:25:29 +02:00
kssenii
2b34d5e4f7 Add doc 2024-04-02 21:00:11 +02:00
Aleksandr Musorin
f9d81bc774 refactore: improve reading several configurations for kafka
Simplify and do some refactoring for kafka client settings.

Allows to set up separate
settings for consumer and producer like:

```
<consumer>
    ...
</consumer>

<producer>
    <kafka_topic>
        <name>topic_name</name>
        ...
    </kafka_topic>
</producer>
```

Moreover, this fixes warnings from kafka client like:
`Configuration property session.timeout.ms is a consumer property and
will be ignored by this producer instance`
2024-03-27 14:53:33 +01:00
Alexey Milovidov
92f57c1c1c
Merge branch 'master' into docs-mysql-table-engine 2024-03-22 03:34:56 +03:00
Alexey Milovidov
2bcc8dae4e
Merge pull request #60608 from natalyjazzviolin/nataly/postgres-11
Adds note on supported PostgreSQL versions.
2024-03-22 03:30:20 +03:00
San
0a8b7dd9cd
Update jdbc.md 2024-03-18 11:36:39 +11:00
justindeguzman
22e911dbe4 [Docs] Specify that MySQL database engine is not supported in Cloud 2024-03-14 18:56:28 -07:00
justindeguzman
25c56ac0a6 [Docs] Specify that MySQL table engine is not supported in Cloud 2024-03-14 18:30:18 -07:00
vdimir
b2e067b3da
Fix logical error in RabbitMQ storage with MATERIALIZED columns 2024-03-13 16:41:35 +00:00
Nataly Merezhuk
a6cebad52b Adds note on supported PostgreSQL versions. 2024-02-29 16:32:29 -05:00
Smita Kulkarni
5d68c9f046 Updated default value of endpoint_contains_account_name to true 2024-02-29 09:38:13 +01:00
Smita Kulkarni
6ec23a0879 Updated docs for endpoint 2024-02-26 14:36:06 +01:00
Nickolaj Jepsen
e822ba3a47 Add support for NATS credentials file 2024-02-02 23:34:01 +01:00
Duc Canh Le
adad010345 Merge branch 'master' into rocksdb_bypass_memtable
Try fixing weird CI errors
2024-01-27 01:16:32 +00:00
vdimir
8218657cbc
Add optimize_for_bulk_insert to embedded-rocksdb.md 2024-01-25 10:14:43 +01:00
Kruglov Pavel
0829de8928
Merge pull request #57599 from Khatskevich/khatskevich/fix_docs
Improve named collections documentation
2024-01-22 12:54:57 +01:00
Sema Checherinda
d5f86f671d fix and test that S3Clients reused 2024-01-07 02:19:06 +01:00
Aliaksei Khatskevich
b8f399b6ee
Add named collections to redis table engine docs 2024-01-04 09:22:41 +01:00
Aliaksei Khatskevich
9d61f03c43
Add named collections to mysql table engine docs 2024-01-04 09:22:41 +01:00