Skip to content

Static lookup tables (e.g. remove MySQL) #6

@samatjain

Description

@samatjain

At the moment, MySQL is used to store several look-up tables.

Since this data rarely changes (it is typically updated quarterly to yearly), there's no reason for these look-up tables to be in MySQL. It needlessly complicates the server stack.

The lookup tables could be stored as JSON that are loaded by the application, or even as PHP arrays.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions