We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running pg_tileserv from the pramsey/pg_tileserv:20220815 image.
pg_tileserv
pramsey/pg_tileserv:20220815
After creating a view that could potentially return a large number of rows, I get an error in the logs if I try to go the JSON file:
https://pg_tileserv.domain/public.my_new_view.json > Estimated extent query failed, run 'ANALYZE public.my_new_view'
However, if I try to run ANALYZE public.my_new_view I get back the message:
ANALYZE public.my_new_view
skipping "my_new_view" --- cannot analyze non-tables or special system tables
I have also tried restarting the pg_tileserv service. But that doesn't help either
The text was updated successfully, but these errors were encountered:
Yeah, estimated extent on views is going to be problematic for sure. Really nothing to do except skip them...
Sorry, something went wrong.
No branches or pull requests
I'm running
pg_tileserv
from thepramsey/pg_tileserv:20220815
image.After creating a view that could potentially return a large number of rows, I get an error in the logs if I try to go the JSON file:
However, if I try to run
ANALYZE public.my_new_view
I get back the message:I have also tried restarting the
pg_tileserv
service. But that doesn't help eitherThe text was updated successfully, but these errors were encountered: