- Merge s with tiered data
- Read or write from the s while they are being merged
Samples
-
Merge two s:
-
Merge more than two s:
Arguments
The syntax is:merge_chunks, you must specify either chunk1 and chunk2, or chunks. You cannot use both
arguments.
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
chunk1, chunk2 | REGCLASS | - | ✖ | The two s to merge in partition order |
chunks | REGCLASS[] | - | ✖ | The array of s to merge in partition order |