you query `User` on a background thread, post it t...
# android
j
you query
User
on a background thread, post it to the main thread to display, and then attempt to traverse a relation
d
but you can also fetch all relations in background thread isn't it? i use greendao for years and have no performance problems at all
j
It has nothing to do with performance (aside from the fact that ORMs will always be fundamentally slower than purpose-built queries), it's that the mechanism to traverse the relation isn't thread confined and lets you navigate it at any point.