public class OverflowPagePointer extends Object
https://www.itread01.com/content/1546184536.html
When a BLOB field is stored externally, a BLOB reference is stored in the clustered index record. The BLOB reference will be stored after the BLOB prefix, if any. This BLOB reference is 20 bytes, and it contains the following information: 當一個BLOB field被儲存在external pages時,會在index pages中儲存該BLOB field的BLOB reference(指示該BLOB的 size,external page位置等元資料資訊)。如果表的row format為COMPACT或者REDUNDANT,那麼BLOB reference儲存在 BLOB prefix之後。BLOB reference 佔用20 bytes空間,包含如下資訊:
public static OverflowPagePointer fromSlice(SliceInput input)
Copyright © 2019–2020 Alibaba Group Holding Limited. All rights reserved.