ios - Realm database file size -
my current realm file weights 700mb. many simple ios application. how can compressed copy of it? tried using realm.writecopytourl(url)
official documentation, didn't me. problem can be?
if realm database 700 mb , app simple, there's wrong db.
try using realm browser inspect database , see if there's wrong.
also, if added images database, suggest saving them directly filesystem instead , save path of image in database.
Comments
Post a Comment