Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,mongodb 领域在运行应用程序的设备上保留多长时间(同步/正常)它是普通领域还是同步领域有关系吗?如果是这样,设备对两者的默认保留是什么?
同步领域和本地领域都无限期地保留在设备上(即,直到用户删除应用程序或清除其本地数据)。Synchronized Realms 是“普通”Realms,唯一的特别之处在于,在后台,有一个从服务器推送和拉取数据的进程。但数据库与非同步数据库完全相同。