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

Replace multiple SELECT with INNER JOIN #56

Closed
ReginFell opened this issue Nov 5, 2015 · 1 comment
Closed

Replace multiple SELECT with INNER JOIN #56

ReginFell opened this issue Nov 5, 2015 · 1 comment

Comments

@ReginFell
Copy link

Hi! I faced problem, that ormLite using multiple select instead inner join for foreign fields, and it highly slow down working with database.
Is there way to use foreignAutoRefresh = true, maxForeignAutoRefreshLevel = 1 with inner join?

@j256
Copy link
Owner

j256 commented May 31, 2016

This is in the TODO list but not currently on the docket. It's a lot of code.

@j256 j256 closed this as completed May 31, 2016
This issue was closed.
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

2 participants