ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Add paging support to queries #781

Open dvstans opened 3 years ago

dvstans commented 3 years ago

Currently query results have a hard limit. Need to add offset/count paging, but limit max results to a configured value. Result reply cannot include total count but only that more data is available or not (due to cost of calculating total). This change is need to support current use cases.