on a background thread, post it to the main thread to display, and then attempt to traverse a relation
d
deviant
08/31/2017, 7:35 PM
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
jw
08/31/2017, 8:03 PM
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.