I have about 5000-7000 objects in my main data store that I want to display in a table. I use the selected result controller and I have no predicates to retrieve. Just sort by integer field. The object consists of several integers and several lines containing from 10 to 50 characters. My problem is that it takes 10 seconds to load the view. This is normal?
I believe that FRC processes large data sets and processes batches and such things to allow large data sets. Are there any common pitfalls or something like that, because I'm really at a dead end. I disabled the application to one kind of table, but it still takes about 10 seconds to download. And I leave the table view as the default style and just display the row in the cell.
Any advice would be greatly appreciated!
source share