forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita80b1b4
committed
Add items:
< * Research storing disk pages with no alignment/padding> * Consider ways of storing rows more compactly on disk>> o Store disk pages with no alignment/padding?> o Reorder physical storage order to reduce padding?> o Support a smaller header for short variable-length fields?> o Reduce the row header size?1 parent4ee24cb commita80b1b4
2 files changed
+15
-4
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
1348 | 1348 |
| |
1349 | 1349 |
| |
1350 | 1350 |
| |
1351 |
| - | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
1352 | 1357 |
| |
1353 | 1358 |
| |
1354 | 1359 |
| |
|
Lines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1215 | 1215 |
| |
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 |
| - | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
1219 | 1225 |
| |
1220 | 1226 |
| |
1221 | 1227 |
| |
|
0 commit comments
Comments
(0)