No performance gain with -setfetchbatchsize on NSfetchedresultscontroller

Posted by Snej on Stack Overflow See other posts from Stack Overflow or by Snej
Published on 2010-04-28T23:20:00Z Indexed on 2010/04/28 23:27 UTC
Read the original article Hit count: 299

Filed under:
|

Hi: I tried to gain performance by setting -setfetchbatchsize to 20 on NSFetchedResultsController with about 2k core data entries. But I can't recognize any changes in retrieval time by using -setfetchbatchsize. It is as slow as before on the iPhone...

Any experiences?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data