- 論壇徽章:
- 17
|
應該是跟文件包含的塊的分布有關系,按照官方文檔的說法,指定section size后,每個備份片包含了一個file section,file section的指的是文件中連續(xù)的數(shù)據(jù)塊,根據(jù)官網(wǎng)文檔的說法,你的備份結果就比較合理了,有可能你的文件碎片比較多。
以下是官方文檔:
If you specify the SECTION SIZE parameter on the BACKUP command, then RMAN produces a multisection backup. This is a backup of a single large file, produced by multiple channels in parallel, each of which produces one backup piece. Each backup piece contains one file section of the file being backed up.
file section
A contiguous range of blocks in a datafile. A multisection backup processes a large file in parallel by copying each section to a separate backup piece. |
|