Skip to content

Commit 6d612a7

Browse files
authored
Update README.md
1 parent a5d9c61 commit 6d612a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See the [hardware setup](test_hardware.md) used for this testing.
2020
## PostgreSQL 17
2121
I am liking PostgreSQL 17 a lot. It looks to be the best release since 14. I suspect the improvements are a result of the WAL efficiency improvements and streaming IO.
2222

23-
This was the first time I've been able to run a non-partitioned schema (used the index mods) and it finished faster than partitioned runs. In the past, I've never let a non-partitioned run finish as the downtime from XID paused almost completely stalled processing. With v17 I was still processing ~100M records a day on the test system even with the pauses. This change was helpful:
23+
This was the first time I've been able to run a non-partitioned schema (used the index mods) and it finished faster than prioir (<17) partitioned runs. In the past, I've never let a non-partitioned run finish as the downtime from XID paused almost completely stalled processing. With v17 I was still processing ~100M records a day on the test system even with the pauses. This change was helpful:
2424
```
2525
autovacuum_work_mem = 1GB
2626
```

0 commit comments

Comments
 (0)