Skip to content

Commit

Permalink
Update obj_store_schema_v2.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala authored Apr 24, 2024
1 parent 685a98e commit be0e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/obj_store_schema/obj_store_schema_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ If the chunk is not compressed, the size of the object would be `10 * 10 * <item

### Variable Length Data

For fixed length datatypes (or compound type composed of fixed length types), serialization of chunk data is straight forward. For variable
For fixed length datatypes (or compound types composed of fixed length types), serialization of chunk data is straight forward. For variable
length data, the data needs an additional field so the original data can be decoded again on read. This is done by adding a 4-byte element
length in front of each element when writing to storage. The length describes the number of bytes used by that element. On read, the length
field can be used to allocate heap memory to store the given element.
Expand Down

0 comments on commit be0e8bb

Please sign in to comment.