• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Question regarding database join queries

id0001

Well-Known Member
I have a sqlite database with multiple tables pointing to eachother.
Now I was wondering what would be better to use:

1. A join query - this would require a SQLiteQueryBuilder and some projection mapping.
2. multiple queries - this would be easier because I don't have to worry about projection too much.

Would it performance-wise be better to use option 1 or doesn't it make much difference?
 
Back
Top Bottom