-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
At the moment we store values in the database as BLOB, but those BLOBs are just 'binarised' JSON strings, so we don't really exploit the capability. This is for historical reasons: originally, we stored values as TEXT so it made a lot of sense to use JSON. Then, we changed to BLOB but didn't ditch the JSON - to take things slowly. But at some point, we should ditch the JSON and either adopt a known binary standard or develop our own.