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.
refresh_interval
REFRESH TABLE
1 parent 263976e commit ffce69eCopy full SHA for ffce69e
docs/feature/storage/index.md
@@ -139,6 +139,11 @@ always-on analytics environments where data never stops flowing in.
139
maintaining efficient bulk ingestion without overwhelming the storage layer
140
or exhausting other cluster resources.
141
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.
147
148
## Related sections
149
0 commit comments