-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add documentation about psycopg pool and application configuration #18
Comments
Should we consider switching to psycopg3 pool as suggested here? |
maybe we should start by trying https://github.com/microsoft/planetary-computer-apis/blob/main/pctiler/pctiler/db.py#L62-L92 I'm not quite sure of the implication of using psycopg 3 yet. |
@drnextgis in #21, I've switched to psycopg3 but the I've used https://github.com/bdon/TileSiege to perform a benchmark. I'll push the code in #21. But the TLDR, is that you have to carefully choose how many worker (and concurrent request) an application can handle. cc @lossyrob |
I've renamed the issue to make sure we add a note in the documentation Links:
|
When I run titiler-pgstac using docker-compose and try to add tile service to QGIS I see these errors in console:
The text was updated successfully, but these errors were encountered: