python/docs/migration/format.md
:alt: Image describing delimited whylogs v1 format
:width: 500px
:align: center
Delimited format allows the new file format to pack multiple messages. A
reader can also use the chunk offsets to jump around the file to target
relevant metrics only.
Diagram for the format
:alt: Image detailing the structure of v1 format
:width: 600px
:align: center
A column message might contain mulitple chunks. Using offsets, reader only needs to target
specific chunks for a column. This allows us to unify both column and dataset level metrics.
TBD
TBD