Re: Case insensitive query on existing data

Поиск
Список
Период
Сортировка
От Saurav Sarkar
Тема Re: Case insensitive query on existing data
Дата
Msg-id CAP+kwAXAEO1vzb1Wujfo5EKrvVPSfHK1JtOYw-5ET4ng3OKapQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Case insensitive query on existing data  (Michael Lewis <mlewis@entrata.com>)
Список pgsql-general
Thanks a lot Michael . Concurrent index building solves my problem of building index without locking.

Best Regards,
Saurav

On Thu, Aug 13, 2020 at 10:45 PM Michael Lewis <mlewis@entrata.com> wrote:
create index concurrently lower( jsonb->>'name' ), drop old_index concurrently, ensure that where/on/group by conditions use lower( jsonb->>'name' ), then take lunch.

What's your concern with this process?

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Fwd: changing password pgagent service account
Следующее
От: Rene Romero Benavides
Дата:
Сообщение: PostgreSQL 10.12. background writer not cleaning buffers, small working set, big shared_buffers