We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9af16e commit 79004abCopy full SHA for 79004ab
docs/en/sql-reference/00-sql-reference/32-system-history-tables/index.md
@@ -99,6 +99,19 @@ root = "history_tables"
99
endpoint_url = "https://s3.amazonaws.com"
100
access_key_id = "your-access-key"
101
secret_access_key = "your-secret-key"
102
+
103
104
+[[log.history.tables]]
105
+table_name = "query_history"
106
107
108
+table_name = "profile_history"
109
110
111
+table_name = "login_history"
112
113
114
+table_name = "access_history"
115
```
116
117
> ⚠️ **Note:** When changing storage configuration, existing history tables will be dropped and recreated.
0 commit comments