pgsql: Improve the gin index scan performance in pg_trgm.

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема pgsql: Improve the gin index scan performance in pg_trgm.
Дата
Msg-id E1aCPIt-0003g3-OA@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove unnecessary row ordering dependency in pg_rewind test sui
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Improve SECURITY LABEL tab completion