Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samatjain opened this issue Aug 11, 2017 · 1 comment
Open

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

samatjain opened this issue Aug 11, 2017 · 1 comment

Comments

@samatjain
Copy link
Member

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.

@ghost
Copy link

ghost commented Aug 14, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant