You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing a count to see how many rows there are in total can take quite a while on some queries which is why it wasn't included in the response. Doing dynamic limits should be doable though.
Doing a count to see how many rows there are in total can take quite
Yeah, that's why I added a suggestion to add an indicator of whether "next page" exists - that would at least tell users if they should make another query if they need all results.
Thank you for the valuable tool!
A few suggestions on improvements for HTTP API:
Both of these would allow to query the service in a more considerate manner, which should also help reduce the load.
If possible, it would also be helpful if total count could be included in any paginated response.
The text was updated successfully, but these errors were encountered: