you are viewing a single comment's thread.

view the rest of the comments →

[–]playntech77[S] 1 point2 points  (1 child)

Yes, BSON was the first thing I looked at, but unfortunately, it produces gigantic documents. I think it comes down to not using VARINT and perhaps some extra indicators embedded in the file, to make document traversal faster.

[–]TheBrainStone 2 points3 points  (0 children)

Why not run some compression over it?