When a nsfetchrequest fetches an entity object from store, does it fetch all of its data at once?



When a nsfetchrequest fetches an entity object from store, does it fetch all of its data at once?..

Answer / Harish Agarwal

No, by default, NSFetchRequest does not fetch all data at once. It fetches only the attributes specified in the request and uses lazy loading for relationships. To fetch additional data, you can use additional NSFetchRequest calls or prefetching techniques.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What are the tools required to develop iOS applications? 

1 Answers   B-Ways TecnoSoft,


What is arc and how is it different from autorelease?

1 Answers  


how you can delete a smart group created in Xcode?

1 Answers  


Explain the difference between strong and retain.

1 Answers  


What does ios stand for in texting?

1 Answers  


What is active state in ios?

1 Answers  


What do you mean by rest?

1 Answers  


Tell me what is iphone os?

1 Answers  


What json framework supported by ios?

1 Answers  


How to measure your application's performance on an iphone device?

1 Answers  


What is ios architecture?

1 Answers  


What is cocoa and cocoa touch?

1 Answers  


Categories