pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

query speed #531

Open TimAimee opened 7 years ago

TimAimee commented 7 years ago

hello
I want to ask something about query. How to improve the query speed of activeAndroid

giperwlad commented 7 years ago

@TimAimee Try to use transactions for saving data in loop. And use join, when request data with one-to-many relationships.

TimAimee commented 6 years ago

@giperwlad thanks.