Skip to content

Remove use of JSONB columns #324

@awrichar

Description

@awrichar

A few of the database tables are currently using JSONB columns, which incur the overhead of parsing
and indexing the JSON contents. These can be replaced with BYTEA since we do not require this
indexing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions