-
- Downloads
Add SP-GiST (space-partitioned GiST) index access method.
SP-GiST is comparable to GiST in flexibility, but supports non-balanced partitioned search structures rather than balanced trees. As described at PGCon 2011, this new indexing structure can beat GiST in both index build time and query speed for search problems that it is well matched to. There are a number of areas that could still use improvement, but at this point the code seems committable. Teodor Sigaev and Oleg Bartunov, with considerable revisions by Tom Lane
Showing
- src/test/regress/expected/create_index.out 1053 additions, 57 deletionssrc/test/regress/expected/create_index.out
- src/test/regress/expected/opr_sanity.out 55 additions, 1 deletionsrc/test/regress/expected/opr_sanity.out
- src/test/regress/expected/sanity_check.out 4 additions, 1 deletionsrc/test/regress/expected/sanity_check.out
- src/test/regress/output/misc.source 4 additions, 1 deletionsrc/test/regress/output/misc.source
- src/test/regress/sql/create_index.sql 289 additions, 1 deletionsrc/test/regress/sql/create_index.sql
- src/test/regress/sql/opr_sanity.sql 32 additions, 0 deletionssrc/test/regress/sql/opr_sanity.sql
Loading
Please register or sign in to comment