Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5c4e96b

Browse files
committed
add checkpointInterval to properties table
1 parent c79bbc1 commit 5c4e96b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/latest/table-properties.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Delta Lake reserves Delta table properties starting with `delta`. These properti
88
| Property | Description | Data Type | Default |
99
|-|-|-|-|
1010
| `delta.appendOnly` | `true` for this Delta table to be append-only. If append-only, existing records cannot be deleted, and existing values cannot be updated. See [Table properties](/latest/delta-batch.html#-table-properties). | `Boolean` | `false`|
11+
|`delta.checkpointInterval` | How often to checkpoint the delta log. See [Checkpoints protocol](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#checkpoints)|`Int`|`10`|
1112
|`delta.checkpoint.writeStatsAsJson` | `true` for Delta Lake to write file statistics in checkpoints in JSON format for the stats column. | `Boolean` | `true`|
1213
|`delta.checkpoint.writeStatsAsStruct` | `true` for Delta Lake to write file statistics to checkpoints in struct format for the stats_parsed column and to write partition values as a struct for partitionValues_parsed. | `Boolean`| (none)|
1314
|`delta.compatibility.symlinkFormatManifest.enabled`|`true` for Delta Lake to configure the Delta table so that all write operations on the table automatically update the manifests. See Step 3: [Update manifests](https://docs.delta.io/latest/presto-integration.html#-step-3-update-manifests).|`Boolean`|`false`|

0 commit comments

Comments
 (0)