total_size element returned in all batch retrievals
Bug #757007 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.restful |
Triaged
|
High
|
Unassigned | ||
lazr.restfulclient |
Triaged
|
High
|
Unassigned |
Bug Description
This is inefficient - calculating the total size is [sometimes hugely] expensive.
It would be more efficient to not offer it at all except when we've had reason to calculate it - which is generally never - we can iterate a collection without ever actually calculating the collection size.
Changed in lazr.restful: | |
status: | New → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
Probably needs client side support to not fail when the element is missing