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

speed up search with IN operator #34

Closed
zakandrewking opened this issue Feb 5, 2015 · 0 comments
Closed

speed up search with IN operator #34

zakandrewking opened this issue Feb 5, 2015 · 0 comments

Comments

@zakandrewking
Copy link
Contributor

Instead of looping through models:

for model_bigg_id in model_list:

Use the in operator to filter for any matching models:

.filter(Model.bigg_id.in_(model_list))
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

2 participants