About this question
I want to know how StandardSetController actually works. My expectation on the insight is to understand how salesforce is handling the result set, in contrast with normal re-querying of records with offset and limits. How does the controller behave differently/better compared to a custom class implementation?