Which is the preferred view for SAPUI5 Application ?
Also since the application is dealing with huge amount, some advice on efficient cache management will be of great help!
i believe browsers already have a great caching mechanism which doesn't have to be worried much. You can make sure you don't simply load huge amount of data at once in a single shot. You can load chunks of data on demand when required using features like pagination, growing etc or using filters.