Hi, im trying to hack android sqlite to store unnormalized data via json, (because reasons..) and now im wondering if I should use protobuf blobs instead of json
d
Dominaezzz
02/15/2020, 11:08 PM
Are you going to perform surgical queries on this data?
u
ursus
02/16/2020, 1:28 PM
probably not
d
Dominaezzz
02/16/2020, 1:46 PM
In that case, it doesn't really matter, go with the smallest format. Which iirc is protobuf.