You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user-guides/configurations.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Self-optimizing configurations are applicable to both Iceberg Format and Mixed s
35
35
| self-optimizing.execute.num-retries | 5 | Number of retries after failure of Self-optimizing |
36
36
| self-optimizing.target-size | 134217728(128MB) | Target size for Self-optimizing |
37
37
| self-optimizing.max-file-count | 10000 | Maximum number of files processed by a Self-optimizing process ||
38
-
| self-optimizing.max-task-size-bytes |1073741824(1GB) | Maximum file size bytes in a single task for splitting tasks ||
38
+
| self-optimizing.max-task-size-bytes |134217728(128MB)| Maximum file size bytes in a single task for splitting tasks ||
39
39
| self-optimizing.fragment-ratio | 8 | The fragment file size threshold. We could divide self-optimizing.target-size by this ratio to get the actual fragment file size |
40
40
| self-optimizing.minor.trigger.file-count | 12 | The minimum numbers of fragment files to trigger minor optimizing |
41
41
| self-optimizing.minor.trigger.interval | 3600000(1 hour) | The time interval in milliseconds to trigger minor optimizing |
0 commit comments