Note that there are some explanatory texts on larger screens.

plurals
  1. POBest practices of using simple Fetch and Predicate or a Fetched Result Controller in Core Data with iOS Table View?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COCompare http://stackoverflow.com/questions/13335775/core-date-concept-nsfetchedresultscontroller-vs-nsmanagedobject-objectswithfet. Is that what you are asking?
      singulars
    2. CO@Martin R Your linked answer is absolutely correct and good but it emphasizes the notification/modification as a difference which is just one aspect and replaceable with NSNotification for which Zarra offered a nice solution in another [answer](http://stackoverflow.com/questions/3147122/core-data-can-nsfetchedresultscontroller-fetch-two-different-entities). Just a kickoff question: If I have a tableView with 1000+ elements to populate, both solutions just fetch the visible cells and fault the others? Which is faster?
      singulars
    3. CO1) So your question is restricted to table views? If you don't need automatic updates then using a FRC does not make sense. - 2) A FRC is designed for driving table views and it should optimize batch sizes etc for this purpose. But I did not make performance checks yet so I cannot give a definite answer to "which is faster". If you test it yourself, add the "-com.apple.CoreData.SQLDebug 1" argument to the launch options to see what is happening on the SQLite level.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload