How do I deal with business-object collection having millions of records in database ?
Here's the scenario. I have an application. Underlying database tables have millions of rows. Say table 'Books' has millions of rows. In the Application design, I have a custom business object Book and custom-collection BookCollection, to represent collection of books. We have written a tiny-ORM which is responsible for mapping between...