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/sql-reference/00-sql-reference/32-system-history-tables/index.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ System history tables store persistent data in the `system_history` schema for a
25
25
26
26
In self-hosted Databend, system history tables are disabled by default. To enable them, configure the `[log.history]` section in your `databend-query.toml` file.
27
27
28
-
<details>
29
-
<summary>Configuration Example</summary>
28
+
Configuration Example:
30
29
31
30
```toml
32
31
[log.history]
@@ -54,6 +53,5 @@ retention = 168
54
53
55
54
> **Note:** The `log_history` table is enabled by default when history logging is turned on.
56
55
57
-
</details>
58
56
59
57
For more details about configuration options, see [Query Configuration: [log.history] Section](/guides/deploy/references/node-config/query-config#loghistory-section).
0 commit comments