Actions
Feature #17819
closedOutput adapters should support printing lists page by page
Difficulty:
Triaged:
No
Pull request:
Team Backlog:
Hammer
Description
Output adapters currently don't support printing lists page by page. When printing all records, commands need to save them into one long field and then print them all at once. This can lead to superfluous memory consumption.
Output adapters should allow for printing each of the chunks separately.
Updated by Oleh Fedorenko over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 8c6e5fcb8dbedde7c3ebd9ab3f80424d1f112f76.
Actions