Skip to content

Commit dcae553

Browse files
Update content/nim/system-configuration/configure-clickhouse.md
Co-authored-by: Travis Martin <[email protected]>
1 parent 5c9d17f commit dcae553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nim/system-configuration/configure-clickhouse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ORDER BY sum(bytes_on_disk) DESC;
108108
```
109109
If you observe that this table is utilizing more memory, you can configure the TTL to ensure that outdated records are removed after the specified TTL duration. The TTL configuration guarantees that your table does not expand excessively and automatically deletes old records following the TTL.
110110

111-
```shell
111+
```sql
112112
ALTER TABLE system.trace_log
113113
MODIFY TTL event_time + INTERVAL 7 DAY;
114114
```

0 commit comments

Comments
 (0)