Hello, We have pageSize where "For servers that support pagination, this signals an upper bound of the number of results that a client will receive. For servers that do not support pagination, clients may receive results larger than the indicated pageSize", however, we are not take advantage of this. Currently all of the API used in CLI are straight full fetch which can be very expensive for large scale systems where the number of polaris entities are high (e.g. use unique principal for single tenant ingestions where the number of unique tenant is high). Should we consider adopting this setting in CLI?
Thanks, Yong Zheng
