Skip to content

New parameter value binary format #174

@manuelma

Description

@manuelma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions