Skip to content

Commit

Permalink
configuration.md: grouped all write.metadata options together
Browse files Browse the repository at this point in the history
  • Loading branch information
sikehish committed Oct 17, 2024
1 parent 11ad717 commit ec363b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ Iceberg tables support table properties to configure table behavior.
| `write.target-file-size-bytes` | Size in bytes | 512 MB | Target size (in bytes) for each output data file. |
| `write.metadata.metrics.default` | `{none, full, truncate(N)}` | `truncate(16)` | Default metrics mode to use when writing files. |
| `write.metadata.metrics.column` | Column names and modes | N/A | Per-column metrics configuration. |
| `write.metadata.previous-versions-max` | Integer | 100 | Maximum number of previous version metadata files to keep before deletion after commit. |
| `write.summary.partition-limit` | Integer | 0 | The limit on the number of partition summaries written with each commit. |
| `write.delete.mode` | `{copy-on-write, merge-on-read}` | `copy-on-write` | Configures the delete mode (either Copy-on-Write or Merge-on-Read). |
| `write.metadata.previous-versions-max` | Integer | 100 | Maximum number of previous version metadata files to keep before deletion after commit. |
### Table behavior options

| Key | Options | Default | Description |
Expand Down

0 comments on commit ec363b6

Please sign in to comment.