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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -