Android Inserting Large Amount of Data Inside ROOM Database
问题 I have around 10 models each having records of more than 120K rows and 90 columns containing double array values. Inserting any of the models inside Room took more than 125-130 seconds. Can anyone suggest what I need to do in order to save all these 120K with some bulk insertion technique which takes around 1 or 2 seconds. Fetching any range of records are smooth and returns the sublist inside the bearable amount of time (less than a second). Below is DAO and repository methods which i am