SQL Server 2008记录头第一个字节各部分含义

记录元数据解读
本文解析了记录元数据的首个字节含义,包括NULL位图、变长列、版本标记等特性,并介绍了不同位值对应的记录类型,如主要记录、转发记录、索引记录等。
  • Byte 0 is the TagA byte of the record metadata.

    • Bit 4 means the record has a NULL bitmap and bit 5 means the record has variable length columns. If 0x40 (bit 6) was also set, that would indicate that the record has a versioning tag. If 0x80 (bit 7) was also set, that would indicate that byte 1 has a value in it.

    • Bits 1-3 of byte 0 give the record type. The possible values are:

      • 0 = primary record. A data record in a heap that hasn't been forwarded or a data record at the leaf level of a clustered index.

      • 1 = forwarded record

      • 2 = forwarding record

      • 3 = index record

      • 4 = blob fragment

      • 5 = ghost index record

      • 6 = ghost data record

      • 7 = ghost version record. A special 15-byte record containing a single byte record header plus a 14-byte versioning tag that is used in some circumstances (like ghosting a versioned blob record)

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/37724/viewspace-1026436/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/37724/viewspace-1026436/

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值