Nimble icon indicating copy to clipboard operation
Nimble copied to clipboard

Quick way to purge all records and start a new store

Open shsteven opened this issue 11 years ago • 1 comments

Sometimes, it is necessary to get rid of all records in a Core Data store and start from scratch. For example, a user logs out (data cleared) and another user logs in (create new sqlite).

Purging data in existing data store will take multiple seconds for >1000 records

Is there a quick way to throw out the existing store and start a new one?

shsteven avatar Oct 22 '13 00:10 shsteven

#13

shsteven avatar Oct 22 '13 03:10 shsteven