- Notifications
You must be signed in to change notification settings - Fork5
Commit82849df
committed
Add new selectivity estimation functions for pattern-matching operators
(LIKE and regexp matches). These are not yet referenced in pg_operator,so by default the system will continue to use eqsel/neqsel.Also, tweak convert_to_scalar() logic so that common prefixes of stringsare stripped off, allowing better accuracy when all strings in a tableshare a common prefix.1 parent8c3b52e commit82849df
File tree
5 files changed
+1339
-469
lines changed- doc/src/sgml
- src
- backend
- optimizer/path
- utils/adt
- include
- catalog
- utils
5 files changed
+1339
-469
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 |
| - | |
258 |
| - | |
259 |
| - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
|
0 commit comments
Comments
(0)