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

Reduce joins #34

Open
lenscas opened this issue Sep 8, 2016 · 0 comments
Open

Reduce joins #34

lenscas opened this issue Sep 8, 2016 · 0 comments

Comments

@lenscas
Copy link
Owner

lenscas commented Sep 8, 2016

Currently there need to be a lot of joins for relative simple things. For example when you want to get the user that created a certain character you need to join players on characters and users on players.

Some need even more joins. This will probably hurt performance and can easily be solved by adding a few more fields. For example an userId column in the character table that joins to users.id.

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