mentrena / SyncKit

Automatic CloudKit synchronization
https://mentrena.github.io/SyncKit/
MIT License
507 stars 59 forks source link

Optimize CD record upload #112

Open mentrena opened 4 years ago

mentrena commented 4 years ago

CoreDataAdapter.recordsToUpload fetches objects one by one to prepare their CKRecords. Preparing all the identifiers and doing a single fetch would speed up the operation.