File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/cn/sql-reference/10-sql-commands/00-ddl/01-table Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
77
88<FunctionDescription description =" 引入或更新版本:v1.2.368 " />
99
10- import EEFeature from '@site/src /src/ components/EEFeature';
10+ import EEFeature from '@site/src /components/EEFeature';
1111
1212<EEFeature featureName =' VACUUM DROP TABLE ' />
1313
@@ -94,14 +94,14 @@ SET GLOBAL DATA_RETENTION_TIME_IN_DAYS = 2;
9494
9595` DATA_RETENTION_TIME_IN_DAYS ` 默认值为 1 天(24 小时),不同 Databend 版本的最大值如下:
9696
97- | 版本 | 默认保留时间 | 最大保留时间 |
98- | ---------------------------------------- | ----------------- | - --------------- |
99- | Databend 社区版和企业版 | 1 天(24 小时) | 90 天 |
100- | Databend Cloud(基础版) | 1 天(24 小时) | 1 天(24 小时) |
101- | Databend Cloud(商业版) | 1 天(24 小时) | 90 天 |
97+ | 版本 | 默认保留时间 | 最大保留时间 |
98+ | ------------------------ | --------------- | --------------- |
99+ | Databend 社区版和企业版 | 1 天(24 小时) | 90 天 |
100+ | Databend Cloud(基础版) | 1 天(24 小时) | 1 天(24 小时) |
101+ | Databend Cloud(商业版) | 1 天(24 小时) | 90 天 |
102102
103103要查看 ` DATA_RETENTION_TIME_IN_DAYS ` 的当前值:
104104
105105``` sql
106106SHOW SETTINGS LIKE ' DATA_RETENTION_TIME_IN_DAYS' ;
107- ```
107+ ```
You can’t perform that action at this time.
0 commit comments