- Notifications
You must be signed in to change notification settings - Fork5
Commit77e2906
committed
Create an SP-GiST opclass for inet/cidr.
This seems to offer significantly better search performance than theexisting GiST opclass for inet/cidr, at least on data with a wide mixof network mask lengths. (That may suggest that the data splittingheuristics in the GiST opclass could be improved.)Emre Hasegeli, with mostly-cosmetic adjustments by meDiscussion: <CAE2gYzxtth9qatW_OAqdOjykS0bxq7AYHLuyAQLPgT7H9ZU0Cw@mail.gmail.com>1 parent0fda682 commit77e2906
File tree
13 files changed
+951
-3
lines changed- doc/src/sgml
- src
- backend/utils/adt
- include
- catalog
- utils
- test/regress
- expected
- sql
13 files changed
+951
-3
lines changedLines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
148 | 165 |
| |
149 | 166 |
| |
150 | 167 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments
Comments
(0)