Search code examples
ioscloudkit

What do these CloudKit metrics tell (Indexing cost, data usage, limit, metadata storage)


The ClouKit backend gives me these numbers . What do they tell?

  • Should I stop to index some attributes?
  • do I use too much data?

enter image description here


Solution

  • In CloudKit you have a limit of data that you can use for your app which starts at 5GB and increases for every user of your app. Besides your actual data indexes also take up some of this storage. If you think you come close to the limits of that free storage, then it might help removing some of the indexes.