File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -315,10 +315,11 @@ CHUNK DATA:
315315 Stores two 4-byte values for every object.
316316 1: The pack-int-id for the pack storing this object.
317317 2: The offset within the pack.
318- If all offsets are less than 2^31 , then the large offset chunk
318+ If all offsets are less than 2^32 , then the large offset chunk
319319 will not exist and offsets are stored as in IDX v1.
320320 If there is at least one offset value larger than 2^32-1, then
321- the large offset chunk must exist. If the large offset chunk
321+ the large offset chunk must exist, and offsets larger than
322+ 2^31-1 must be stored in it instead. If the large offset chunk
322323 exists and the 31st bit is on, then removing that bit reveals
323324 the row in the large offsets containing the 8-byte offset of
324325 this object.
You can’t perform that action at this time.
0 commit comments