Skip to content

Optimisation by storing json in jsonb columns instead of text columns #12

@hylkevds

Description

@hylkevds

Currently FROST stores all JSON content in text columns, meaning that to filter on it, PostgreSQL has to parse the text to json each time. This can be improved by using jsonb columns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    PerformancePotential performance optimisation possible

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions