Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojoooo1 committed Jun 24, 2024
1 parent d438f1c commit c3b651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ Ensure high availability with:
- Set autovacuum thresholds to 5000/10000 for highly updatable tables to optimize vacuum operation
and table performance. For example:
```sql
ALTER TABLE stop SET (
ALTER TABLE company SET (
autovacuum_vacuum_scale_factor = 0.0,
autovacuum_vacuum_threshold = 5000,
autovacuum_analyze_scale_factor = 0.0,
Expand Down

0 comments on commit c3b651a

Please sign in to comment.