CloudKit reindexing data takes forever

青春壹個敷衍的年華 提交于 2019-12-10 15:55:16

问题


I have a CloudKit-based app running in production, each user may have on average 1000 items in the main entity of the app. I just added an index to one of the entities in my schema, and after deploy, I get the "reindexing production data" progress in CloudKit Dashboard. That thing has been running for days and shows no sign of stopping.

So I tried adding another index to the main entity in the development CloudKit environment, which has just my data (3000 records). Even this is taking a long time and shows no sign of stopping. Do others have this experience?


回答1:


I have been developing an application with CloudKit for the last 6 months. And from about a month in, I have had this reindexing in both Development and Production. Every time I log in, it is still and indeterminate bar. I looked into this 6 months ago and found nothing. I have checked this in multiple browsers (chrome, safari, & firefox) and it is always the same.

My app is live on the store and seems to be unaffected by this.

So I have just ignored it. Not sure if its a UI glitch or if this process has actually been working since July (Which would be pathetic ;))



来源:https://stackoverflow.com/questions/34559900/cloudkit-reindexing-data-takes-forever

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!