Hi all, I am populating my db in a room/coroutine based app. As it is so easy, I am tempted to run the inserts for different tables in parallel (async/awaitAll).
Does that make any sense? Or will SQLite serialize the inserts, leaving me with no gain but only with management overhead?