Currently SF will become very slow to ready itself on massive datasets due to the server taking a long time to prep and deliver the data.
We need to consider options like pagination of datasets (maybe pulling chunks sequentially so that the latest data is available immediately with older entries appearing in results once they are retrieved) or using server-side queries alongside Fuse to start delivering results sooner (and less expensively to the server).
Currently SF will become very slow to ready itself on massive datasets due to the server taking a long time to prep and deliver the data.
We need to consider options like pagination of datasets (maybe pulling chunks sequentially so that the latest data is available immediately with older entries appearing in results once they are retrieved) or using server-side queries alongside Fuse to start delivering results sooner (and less expensively to the server).