Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support HEAD verb to get total count #286

Open
soedirgo opened this issue Jul 4, 2022 · 1 comment
Open

Support HEAD verb to get total count #286

soedirgo opened this issue Jul 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@soedirgo
Copy link
Member

soedirgo commented Jul 4, 2022

Feature request

Is your feature request related to a problem? Please describe.

Getting a total count on e.g. /tables with GET can be expensive if we have a large number of tables. Currently this needs to be done through /query to get reasonable performance.

Describe the solution you'd like

Support HEAD verb starting with /tables to return total count in a Content-Range header.

Describe alternatives you've considered

n/a

@soedirgo soedirgo added the enhancement New feature or request label Jul 4, 2022
@soedirgo
Copy link
Member Author

soedirgo commented Jul 4, 2022

cc @phamhieu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant