Table of Contents |
---|
Background
To query large outputs or large number of fragments across all anchors, we need to provide pagination for Query API( query data nodes across all anchors). it will help client to fetch limited set of data per request. below is two possible solutions for further discussions to decide appropriate choice.
Jira Refs : Jira R
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Background
To query large outputs or large number of fragments across all anchors, we need to provide pagination for Query API( query data nodes across all anchors). it will help client to fetch limited set of data per request. below is two possible solutions for further discussions to decide appropriate choice.
Issues and Decisions
# | Issues | Notes | Decision |
---|---|---|---|
1 | How to support pagination. | we need to decide on how to support pagination for query API from two possible alternatives given below (pagination over fragments or pagination over anchors) | |
2 | Default page size | should we go with some default page size or query all records if pagination parameter in not provided. |
Pagination over fragments
...