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
| type | The type of storage used. It can be one of the following: fs, s3, azblob, gcs, oss, cos. |
124
124
| 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. |
| type | Specifies the storage type for remote spilling, for example, `s3`. |
259
266
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