Replies: 2 comments 4 replies
-
From a UX point of view, this makes "unchunked files" just as introspectable as chunked files. Currently if you used unchunked files you give up most of the indexing features and most of the output in "mcap info". |
Beta Was this translation helpful? Give feedback.
4 replies
-
also worth noting - this isn't a breaking change so it's not really V2. It is just marked V2 because it's so next-gen. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It should be possible to produce an MCAP file with all the crash safety guarantees of an unchunked file, as well as all the indexing features of a chunked file.
A simple append-only way to do it would be to introduce a concept like a "batch", with "batch start" and "batch end" records. The difference between a batch and a chunk is the length of the batch isn't known by the writer ahead of time. All the other indexing features remain the same as for chunks.
Beta Was this translation helpful? Give feedback.
All reactions