Is there a way to estimate row size if I know what kind of data I'll be storing (with compression in mind)?
I'm looking at something like
bson_id | string (max 200 chars) | int32 | int32 | int32 | bool | bool | DateTime | DateTime | DateTime | int32
I am trying to find the best DB solution for about 2 trillion records like the one above, combined with about x20 like
bson_id | bson_id
Any other recommendations are welcome