pgsql: Improve the gin index scan performance in pg_trgm. - Mailing list pgsql-committers

From Teodor Sigaev
Subject pgsql: Improve the gin index scan performance in pg_trgm.
Date
Msg-id E1aCPIt-0003g3-OA@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve the gin index scan performance in pg_trgm.

Previous coding assumes too pessimistic upper bound of similarity
in consistent method of GIN.

Author: Fornaroli Christophe with comments by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/25bfa7efd037a3c44d6a2989d18f55758090e8a9

Modified Files
--------------
contrib/pg_trgm/trgm_gin.c |   28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui
Next
From: Fujii Masao
Date:
Subject: pgsql: Improve SECURITY LABEL tab completion