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

Improve queries #956

Closed
Studio384 opened this issue Oct 31, 2014 · 0 comments
Closed

Improve queries #956

Studio384 opened this issue Oct 31, 2014 · 0 comments
Assignees
Milestone

Comments

@Studio384
Copy link
Member

Some queries, and thus the database, are inefficient and are holding data double where it shouldn't. For example, the forums database keeps track of the last poster and last subject in itself, however, it doesn't only save the id of the last poster and last post, but also the name of the last poster and last post. The later ones shouldn't be there as we can find them in _users and _topics respectively.

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

No branches or pull requests

1 participant