-
Notifications
You must be signed in to change notification settings - Fork 9
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 postgres tuning config #945
Conversation
✅ Deploy Preview for dev-astral canceled.
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Type
enhancement, configuration changes
Description
postgresql.conf
file with various tuning parameters for Postgres.docker-compose.yml
to mount the custompostgresql.conf
and configure Postgres to use it.Changes walkthrough 📝
docker-compose.yml
Configure Postgres service to use custom configuration file
docker-compose.yml
postgresql.conf
to the Postgres service.postgresql.conf
.postgresql.conf
Add custom Postgres tuning configuration file
indexers/db/postgresql.conf
postgresql.conf
file with tuning parameters.WAL, autovacuum, logging, and locking settings.