forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit57184c3
committed
docs: Make claims about the benefits of HOT updates more precise.
The old text claims that HOT completely removes old row versions.It was unclear whether it just meant the tuples themselves, or thetuples together with their line pointers. If it meant the former,it was wrong because we can remove dead row versions even when noHOT updates have occurred, so it's not describing a benefit of HOT.If it meant the latter, it was wrong because HOT doesn't allowreclaiming the root tuple's line pointer.This section does seems like it's intended to be more of aninformal introduction to HOT than a precise technical descriptionof every detail of how it works, but we still don't want it tosay things that are just not true, so update the text enoughto avoid that.Patch by me, reviewed by James Coleman (although he would havepreferred more extensive changes) and Shubham Khanna.Discussion:http://postgr.es/m/CA+TgmobH6DPmR-u--Xgeg8cYUwhDhypNsv38nDrAJyf_xno=TQ@mail.gmail.com1 parent84d8066 commit57184c3
1 file changed
+11
-5
lines changedLines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1122 | 1122 |
| |
1123 | 1123 |
| |
1124 | 1124 |
| |
1125 |
| - | |
1126 |
| - | |
1127 |
| - | |
1128 |
| - | |
1129 |
| - | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
1130 | 1136 |
| |
1131 | 1137 |
| |
1132 | 1138 |
| |
|
0 commit comments
Comments
(0)