GIN index partial match

Поиск
Список
Период
Сортировка
От huangning290@yahoo.com
Тема GIN index partial match
Дата
Msg-id 781192371.2636607.1655177752532@mail.yahoo.com
обсуждение исходный текст
Ответы Re: GIN index partial match  (Pavel Borisov <pashkin.elfe@gmail.com>)
Список pgsql-hackers
Hi:
I create a gin index for a bigint array. and then  want to find the array which contains the key is start with special prefix. for example:

row1: { 112, 345, 118}
row2: { 356, 258, 358}
row3: { 116, 358, 369}

I want find the key start "11",so the row1 and row3 will be return.of course it must be use GIN index not seq scan。


is there any example ?


Thank You!

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Typo in ro.po file?
Следующее
От: "wangw.fnst@fujitsu.com"
Дата:
Сообщение: RE: Perform streaming logical transactions by background workers and parallel apply