I'm making an app, where I need to search through an index with 10 million records, and be able to randomly able to display them as pages of lets say 100 records each. I also need to support random jump between various pages.
Please suggest how to go about this?