mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge pull request #55093 from melvynator/patch-12
Update s3queue.md to add experimental flag
This commit is contained in:
commit
df4b4ea46a
@ -4,9 +4,16 @@ sidebar_position: 7
|
|||||||
sidebar_label: S3Queue
|
sidebar_label: S3Queue
|
||||||
---
|
---
|
||||||
|
|
||||||
# S3Queue Table Engine
|
# [experimental] S3Queue Table Engine
|
||||||
This engine provides integration with [Amazon S3](https://aws.amazon.com/s3/) ecosystem and allows streaming import. This engine is similar to the [Kafka](../../../engines/table-engines/integrations/kafka.md), [RabbitMQ](../../../engines/table-engines/integrations/rabbitmq.md) engines, but provides S3-specific features.
|
This engine provides integration with [Amazon S3](https://aws.amazon.com/s3/) ecosystem and allows streaming import. This engine is similar to the [Kafka](../../../engines/table-engines/integrations/kafka.md), [RabbitMQ](../../../engines/table-engines/integrations/rabbitmq.md) engines, but provides S3-specific features.
|
||||||
|
|
||||||
|
:::note
|
||||||
|
This table engine is experimental. To use it, set `allow_experimental_s3queue` to 1 by using the `SET` command:
|
||||||
|
```sql
|
||||||
|
SET allow_experimental_s3queue=1
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
## Create Table {#creating-a-table}
|
## Create Table {#creating-a-table}
|
||||||
|
|
||||||
``` sql
|
``` sql
|
||||||
|
Loading…
Reference in New Issue
Block a user