I have a database with some tables.
I want to update the tables using multiple threads.
I will use same instance of SQLiteDatabase in all threads.
Please suggest if this approach is correct.
Is Sqlite database threadsafe?
Can two different threads update same table for different set of values at same time.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…