Core data

Hi ,



My app operation has heavy core data write operation. I am using two context approach. However I feel that my UI stuttering when write operation happens in background. How do I solve it such that I can have a pure seamless write without any stutter? Thanks in advance