Hi, im trying to hack android sqlite to store unno...
# serialization
u
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
Are you going to perform surgical queries on this data?
u
probably not
d
In that case, it doesn't really matter, go with the smallest format. Which iirc is protobuf.