Optimize Workshop application performance to process large object sets

Without a very fast internet connection, the Palantir application is very slow to show large number of object sets on a workshop application! So for this I am trying to manage a manual pagination on workshop, for this I am planning to trim the Object set as suggested in one of the community post. But it is fundamentally still loading a very large object set at once, I want to reduce this loading and query only necessary rows for my page number. I cannot do manual filtering using TypeScript, as the number of properties for my object is very large, so I need to use the filter list variable for filtering!
Any Suggestions or different methods are welcome.