Add prefetch functionality for paginator by zychen5186 · Pull Request #5310 · flyteorg/flyte
TL;DR The get function takes more time to fetch data from the remote server as the amount increases, hence we only fetch 100 rows initially, and prefetch 100 rows of data at once while the user scr...
github.com