RushOrm icon indicating copy to clipboard operation
RushOrm copied to clipboard

Issue in deleteAll

Open fcunhagrowandfit opened this issue 8 years ago • 0 comments

Hi Stuart,

this takes about 30 ms

List<Transaction_Data> data = new RushSearch().find(Transaction_Data.class); Timber.e("transactions count %s", data.size()); RushCore.getInstance().delete(data);

but the below code is taking around 3-4 secs   `RushCore.getInstance().deleteAll(Transaction_Data.class);

' At all times i only have one entrance of Transaction_Data in the db

fcunhagrowandfit avatar Jun 23 '17 08:06 fcunhagrowandfit