Skip to content

Commit ffce69e

Browse files
committed
Storage: "table refreshes" plus refresh_interval and REFRESH TABLE
1 parent 263976e commit ffce69e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/feature/storage/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ always-on analytics environments where data never stops flowing in.
139139
maintaining efficient bulk ingestion without overwhelming the storage layer
140140
or exhausting other cluster resources.
141141

142+
CrateDB refreshes tables once per second by default, but this can be configured
143+
on a per-table level by using the {ref}`crate-reference:sql-create-table-refresh-interval`
144+
table parameter.
145+
You can also force writes manually by using the
146+
{ref}`REFRESH TABLE <crate-reference:sql-refresh>` SQL command.
142147

143148
## Related sections
144149

0 commit comments

Comments
 (0)