Two items left from the list-bounding work:
- List responses have no total count, so a client cannot tell a full page from the end of the data.
- CSV export re-executes the query per offset, so a large export runs the same scan repeatedly.
Both need measurement before sizing. Neither corrupts data; they degrade under volume.
Two items left from the list-bounding work:
Both need measurement before sizing. Neither corrupts data; they degrade under volume.