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

Use of UNION vs UNION ALL #34

Open
marianokamp opened this issue Mar 17, 2017 · 2 comments
Open

Use of UNION vs UNION ALL #34

marianokamp opened this issue Mar 17, 2017 · 2 comments

Comments

@marianokamp
Copy link

Hey Travis.

Looking at the code I am not sure if you are still running this, but I saw that you posted a recent version to Google Play.

In the sql statements I used a lot of UNIONs for some of the major SQL statements. Meanwhile I think it should work with UNION ALL as well and that may very well be faster. To the best of my knowledge UNION would check for duplicate rows, which there shouldn't be, and UNION ALL wouldn't.

Just a thought.

@travistabbal
Copy link
Owner

travistabbal commented Mar 18, 2017 via email

@BenjaminHCCarr
Copy link

thanks to both @marianokamp and @travistabbal. I recently introduce someone to Graze/Rob, and their only complaint was the "Gingerbread" like UI. But there are many of us still in love with this product.

Making it faster would be amazing! Thanks for the UNION --> UNION ALL suggestion @marianokamp.

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

3 participants