CoreData:注释:PostSaveMaintenance:fileSize大于prune

mea*_*ers 13 core-data ios swift

我在更新应用程序的数据库时从 CoreData 收到此消息。

CoreData: annotation: PostSaveMaintenance: fileSize 9216472 greater than prune threshold
CoreData: annotation: PostSaveMaintenance: wal_checkpoint(TRUNCATE) 
Run Code Online (Sandbox Code Playgroud)

这是什么意思?

它会损坏我的数据(通过截断)吗?

当发生这种情况时,如何设置断点来捕获?