Skip to content

Commit c3856e8

Browse files
Update 02-query-config.md (#880)
Co-authored-by: Quan <[email protected]>
1 parent 60c502a commit c3856e8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/en/guides/10-deploy/04-references/02-node-config/02-query-config.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following is a list of the parameters available within the [query] section:
3434
| cluster_id | Default cluster ID. |
3535
| table_engine_memory_enabled | Flag to enable the Memory table engine. |
3636
| max_running_queries | Maximum number of queries that can be executed simultaneously, defaulting to 8, with 0 indicating no limit.|
37+
| data_retention_time_in_days_max | Sets the upper limit for the `data_retention_time_in_days` setting, with a default value of 90 days. |
3738

3839
### [query.users] Section
3940

@@ -143,7 +144,7 @@ The following is a list of the parameters available within the [storage.s3] sect
143144
| master_key | Master key for authentication. |
144145
| region | The region for the S3-like storage service. |
145146
| role_arn | ARN (Amazon Resource Name) for authentication. |
146-
| root | The root directory for HDFS. |
147+
| root | Specifies a directory within the bucket from which Databend will operate. Example: if a bucket's root directory has a folder called `myroot`, then `root = "myroot/"`. |
147148
| security_token | Security token for authentication. |
148149

149150
### [storage.azblob] Section
@@ -156,7 +157,7 @@ The following is a list of the parameters available within the [storage.azblob]
156157
| container | The name of your Azure storage container. |
157158
| account_name | The name of your Azure storage account. |
158159
| account_key | The account key for authenticating with Azure Blob Storage. |
159-
| root | The root directory for Azure Blob Storage. |
160+
| root | Specifies a directory within the bucket from which Databend will operate. Example: if a bucket's root directory has a folder called `myroot`, then `root = "myroot/"`. |
160161

161162
### [storage.gcs] Section
162163

@@ -166,7 +167,7 @@ The following is a list of the parameters available within the [storage.gcs] sec
166167
|--------------|---------------------------------------------------------------------------------------|
167168
| bucket | The name of your Google Cloud Storage bucket. |
168169
| credential | The base64 encoded service account key file for Google Cloud Storage authentication. |
169-
| root | The root directory for Google Cloud Storage. |
170+
| root | Specifies a directory within the bucket from which Databend will operate. Example: if a bucket's root directory has a folder called `myroot`, then `root = "myroot/"`. |
170171

171172
To get the `credential`, you could follow the topic [Create a service account key](https://cloud.google.com/iam/docs/keys-create-delete#creating)
172173
from the Google documentation to create and download a service account key file. After downloading the service account key file, you could
@@ -187,7 +188,7 @@ The following is a list of the parameters available within the [storage.oss] sec
187188
| access_key_id | The access key ID for authenticating with Alibaba Cloud OSS. |
188189
| access_key_secret | The access key secret for authenticating with Alibaba Cloud OSS. |
189190
| presign_endpoint_url | The URL endpoint for presigned operations with Alibaba Cloud OSS. |
190-
| root | The root directory for Alibaba Cloud OSS. |
191+
| root | Specifies a directory within the bucket from which Databend will operate. Example: if a bucket's root directory has a folder called `myroot`, then `root = "myroot/"`. |
191192

192193
### [storage.cos] Section
193194

@@ -199,7 +200,7 @@ The following is a list of the parameters available within the [storage.cos] sec
199200
| endpoint_url | The URL endpoint for Tencent COS (optional). |
200201
| secret_id | The secret ID for authenticating with Tencent COS. |
201202
| secret_key | The secret key for authenticating with Tencent COS. |
202-
| root | The root directory for Tencent Cloud Object Storage. |
203+
| root | Specifies a directory within the bucket from which Databend will operate. Example: if a bucket's root directory has a folder called `myroot`, then `root = "myroot/"`. |
203204

204205
### [storage.hdfs] Section
205206

@@ -208,7 +209,7 @@ The following is a list of the parameters available within the [storage.hdfs] se
208209
| Parameter | Description |
209210
|----------------|---------------------------------------------------|
210211
| name_node | The name node address for Hadoop Distributed File System (HDFS). |
211-
| root | The root directory for HDFS. |
212+
| root | Specifies a directory from which Databend will operate. |
212213

213214

214215
### [storage.webhdfs] Section
@@ -218,7 +219,7 @@ The following is a list of the parameters available within the [storage.webhdfs]
218219
| Parameter | Description |
219220
|--------------|----------------------------------------------------------------|
220221
| endpoint_url | The URL endpoint for WebHDFS (Hadoop Distributed File System). |
221-
| root | The root directory for HDFS. |
222+
| root | Specifies a directory from which Databend will operate. |
222223
| delegation | Delegation token for authentication and authorization. |
223224

224225
## [cache] Section

0 commit comments

Comments
 (0)