Skip to content

Commit dd8b2b4

Browse files
authored
Update 02-query-config.md (#2210)
1 parent cf6ed38 commit dd8b2b4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ The following is a list of the parameters available within the [storage] section
122122
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
123123
| type | The type of storage used. It can be one of the following: fs, s3, azblob, gcs, oss, cos. |
124124
| allow_insecure | Defaults to false. Set it to true when deploying Databend on MinIO or loading data via a URL prefixed by `http://`, otherwise, you may encounter the following error: "copy from insecure storage is not allowed. Please set `allow_insecure=true`". |
125+
| `storage_retry_timeout` | *(in seconds)* Retries an OpenDAL read/write operation if it exceeds this threshold. Default: `10`. |
126+
| `storage_retry_io_timeout` | *(in seconds)* Retries an OpenDAL HTTP request if it exceeds this threshold. Default: `60`. |
127+
| `storage_pool_max_idle_per_host` | Maximum connection pool size per host. Default: unlimit. |
128+
| `storage_connect_timeout` | *(in seconds)* TCP connection timeout. Default: `30`. |
129+
| `storage_tcp_keepalive` | *(in seconds)* TCP keepalive duration. Default: None. |
130+
| `storage_max_concurrent_io_requests`| Maximum number of concurrent I/O requests. Default: unlimit. |
131+
125132

126133
### [storage.fs] Section
127134

@@ -257,4 +264,4 @@ The following is a list of the parameters available within the [spill.storage] s
257264
|-----------|--------------------------------------------------------------------|
258265
| type | Specifies the storage type for remote spilling, for example, `s3`. |
259266

260-
To specify a specific storage, use the parameters in the [storage Section](#storage-section). For examples, see [Configuring Spill Storage](/guides/data-management/data-recycle#configuring-spill-storage).
267+
To specify a specific storage, use the parameters in the [storage Section](#storage-section). For examples, see [Configuring Spill Storage](/guides/data-management/data-recycle#configuring-spill-storage).

0 commit comments

Comments
 (0)