문제

Does the properties of Table like Datablocksize and Freespacepercent is applicable to Spool? in that case if we have a Table A with Datablocksize x1 and Freespacepercent x2 and Table B with Datablocksize y1 and Freespacepercent y2 what would be the Datablocksize and Freespacepercent of the resulting spool created by joining the two tables?

Note: The Freespace percent property for Spool doesn't make sense though.

도움이 되었습니까?

해결책

DatablockSize and FreespacePercent are table only options.

As you said Freespace would be totally useless for a spool, because it's temporary.

And spools always have a maximum blocksize of 255 sectors = 127.5 KB (1 MB in TD14.10).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top