|
不好意思
A block is unlinked from a free list if the free space in the block is not enough to allow a new row insert, and if the percentage of the used space remains above PCTUSED.
这句话是我理解错了,是并且的关系,就是说如果这个块不足以插入一行,但块空间的使用百分比仍然在pctused下的话,这个块是不会从freelist中移去的。
呵呵,这种情况我是没有考虑过的哦,谢谢指正。:) |
|