How could I delete all core objects without slowing down my app.
I have my app connected to a mysql database and every time I make an update on the database, the only way it updates on the app is if I delete all the core data and then reload it. However, this seems to take 30 seconds to do.