File abnormally large with C++ API #1130
-
I have written some MCAP file with C++ API. The written file is 8.6MB with the following mcap info
After compression with
The size changed from 8.6MB to 924B, which is huge change. I did not write a lot of things in my code but the file size is too much. I hope to write the smaller size to begin with, did I made some configuration wrong? My example code is as follow:
I did not change any other The files are as follow: |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 4 replies
-
You didn't do anything wrong.
|
Beta Was this translation helpful? Give feedback.
You didn't do anything wrong.
mcap compress
saw that theleft_side_camera_frame_signal
,right_side_camera_frame_signal
, andblinker_state_signal
channels had no messages and removed them from the resulting file. I guess the removal of those schemas is what brought the size down. Compression of the remaining channel brought it down further.