Skip to content

Feature Request: Support streaming rather than truncate results #51

@pedritom-amzn

Description

@pedritom-amzn

problem: all the db queries resulting from an api request include a LIMIT that effectively truncates the results returned when over a fixed limit.

impact: as the data and queries for that data grow, this may mean that customers won't always get all the data they expect, and have no way to get what they missed. this is exacerbated by the lack of guarantees around the order of data they get, meaning they might have holes in the data without realizing it that might impact the validity of how they use the data.

proposal: add support for pagination to the api. example reference: https://www.allphptricks.com/create-simple-pagination-using-php-and-mysqli/

Metadata

Metadata

Assignees

Labels

EngineeringUsed to filter issues when synching with Asanahelp wanted

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions