You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/10-deploy/04-references/02-node-config/02-query-config.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ The following is a list of the parameters available within the [query] section:
34
34
| cluster_id | Default cluster ID. |
35
35
| table_engine_memory_enabled | Flag to enable the Memory table engine. |
36
36
| 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. |
37
38
38
39
### [query.users] Section
39
40
@@ -143,7 +144,7 @@ The following is a list of the parameters available within the [storage.s3] sect
143
144
| master_key | Master key for authentication. |
144
145
| region | The region for the S3-like storage service. |
145
146
| 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/"`. |
147
148
| security_token | Security token for authentication. |
148
149
149
150
### [storage.azblob] Section
@@ -156,7 +157,7 @@ The following is a list of the parameters available within the [storage.azblob]
156
157
| container | The name of your Azure storage container. |
157
158
| account_name | The name of your Azure storage account. |
158
159
| 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/"`. |
160
161
161
162
### [storage.gcs] Section
162
163
@@ -166,7 +167,7 @@ The following is a list of the parameters available within the [storage.gcs] sec
| bucket | The name of your Google Cloud Storage bucket. |
168
169
| 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/"`. |
170
171
171
172
To get the `credential`, you could follow the topic [Create a service account key](https://cloud.google.com/iam/docs/keys-create-delete#creating)
172
173
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
187
188
| access_key_id | The access key ID for authenticating with Alibaba Cloud OSS. |
188
189
| access_key_secret | The access key secret for authenticating with Alibaba Cloud OSS. |
189
190
| 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/"`. |
191
192
192
193
### [storage.cos] Section
193
194
@@ -199,7 +200,7 @@ The following is a list of the parameters available within the [storage.cos] sec
199
200
| endpoint_url | The URL endpoint for Tencent COS (optional). |
200
201
| secret_id | The secret ID for authenticating with Tencent COS. |
201
202
| 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/"`. |
203
204
204
205
### [storage.hdfs] Section
205
206
@@ -208,7 +209,7 @@ The following is a list of the parameters available within the [storage.hdfs] se
0 commit comments