drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Allow splitting of large baseline files into multiple parts #104

Closed drewmccormack closed 10 years ago

drewmccormack commented 10 years ago

The baseline is potentially as large as a store, and would preferably be stored in parts to allow for low memory migration into the event store. An alternative to this would be to use SQL store type for baselines, and binary type for increments.

drewmccormack commented 10 years ago

Done in 2.0