Skip to content

Commit 8ed5225

Browse files
authored
Update lightweight-update.md
1 parent 225ae10 commit 8ed5225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/developer/lightweight-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords: ['On-fly mutation']
66
description: 'Provides a description of on-fly mutations'
77
---
88

9-
## On-fly Mutation {#lightweight-update}
9+
## On-fly mutation {#lightweight-update}
1010

1111
When on-fly mutations are enabled, updated rows are marked as updated immediately and subsequent `SELECT` queries will automatically return with the changed values. When on-fly mutations are not enabled, you may have to wait for your mutations to be applied via a background process to see the changed values.
1212

@@ -73,7 +73,7 @@ The `SELECT` query now returns the correct result immediately, without having to
7373
└────┴───┘
7474
```
7575

76-
## Performance Impact {#performance-impact}
76+
## Performance impact {#performance-impact}
7777

7878
When on-fly mutations are enabled, mutations are not materialized immediately but will only be applied during `SELECT` queries. However, please note that mutations are still being materialized asynchronously in the background, which is a heavy process.
7979

0 commit comments

Comments
 (0)