- Notifications
You must be signed in to change notification settings - Fork5
Commit059e361
committed
Although we can't support out-of-line TOAST storage in indexes (yet),
compressed storage works perfectly well. Might as well have a coherentstrategy for applying it, rather than the haphazard store-what-you-getapproach that was in the code before. The strategy I've set up here isto attempt compression of any compressible index value exceedingBLCKSZ/16, or about 500 bytes by default.1 parent5341cdd commit059e361
File tree
3 files changed
+54
-22
lines changed- src
- backend/access
- common
- heap
- include/access
3 files changed
+54
-22
lines changedLines changed: 37 additions & 18 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 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
61 | 74 |
| |
62 |
| - | |
63 |
| - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
64 | 79 |
| |
65 |
| - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
66 | 88 |
| |
67 |
| - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
68 | 92 |
| |
69 |
| - | |
70 |
| - | |
71 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
72 | 97 |
| |
73 | 98 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 | 99 |
| |
80 | 100 |
| |
81 | 101 |
| |
| |||
137 | 157 |
| |
138 | 158 |
| |
139 | 159 |
| |
140 |
| - | |
141 | 160 |
| |
142 |
| - | |
143 |
| - | |
| 161 | + | |
| 162 | + | |
144 | 163 |
| |
145 | 164 |
| |
146 | 165 |
| |
|
Lines changed: 2 additions & 3 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 |
| |
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 | 48 |
| |
50 | 49 |
| |
51 | 50 |
| |
| |||
721 | 720 |
| |
722 | 721 |
| |
723 | 722 |
| |
724 |
| - | |
| 723 | + | |
725 | 724 |
| |
726 | 725 |
| |
727 | 726 |
| |
|
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 |
| |
44 | 50 |
| |
45 | 51 |
| |
| |||
95 | 101 |
| |
96 | 102 |
| |
97 | 103 |
| |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
98 | 112 |
| |
99 | 113 |
| |
100 | 114 |
| |
|
0 commit comments
Comments
(0)