- 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
You can merge either two s, or an arbitrary number of s specified as an array of identifiers. When you callmerge_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 |