Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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