|
最初由 超级野人 发布
[B]
那么我想问一下,3个字节的row header包含什么内容? [/B]
block_row_dump:
tab 0, row 0, @0x1f9b ==> 3bytes row header
tl: 5 fb: --H-FL-- lb: 0x1 cc: 1 ==> lb: 0x1 表示transaction 0x1,cc 表示column的个数
col 0: [ 1] 61 ==> column length(1 byte if length<250; otherwise 3 bytes) and values
end_of_block_dump
或许就是
tab 0, row 0, @0x1f9b
tl: 5 fb: --H-FL-- lb: 0x1 cc: 1
这些信息 |
|