agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

Taking too much time to load records #1651

Open therajanmaurya opened 5 years ago

therajanmaurya commented 5 years ago

DBFlow Version: 4.2.4

Bug or Feature Request: Bug

Description: In my code, I am fetching records and saving them. It is working fine till now and later as I am done with fetching and saving the records then I start background job to sync Image(around 800 Images, it might be more) base64 synchronously one by one. So this background job runs until then when I try to fetch the records list (around 1400 records, sometimes more) from the database. It takes forever.

@agrosner Can you tell me what's wrong, am I doing here?