-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
When rows in a particular table are deleted in Android Room Database using the query DELETE FROM table, the rows are actually deleted from the table but, their equivalent memory is not freed. This is causing memory to accumulate each time a refresh takes place and new data is added which doesnt use the unused memory but creates it's own seperate memory space.

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed