Skip to content

Commit

Permalink
feat: add auto explain on postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jul 21, 2023
1 parent e341b30 commit 04968c1
Show file tree
Hide file tree
Showing 2 changed files with 789 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/benchmarks/tools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ services:
POSTGRES_DB: "ledger"
ports:
- 5432:5432
volumes:
- ./postgresql.conf:/etc/postgresql/postgresql.conf
command:
- -c
- 'config_file=/etc/postgresql/postgresql.conf'
healthcheck:
test: [ "CMD-SHELL", "pg_isready -U ledger" ]
interval: 10s
Expand Down
Loading

0 comments on commit 04968c1

Please sign in to comment.