Re: multiple indexes on the same column

Поиск
Список
Период
Сортировка
От Tiffany Thang
Тема Re: multiple indexes on the same column
Дата
Msg-id CAB_W-NNvk-4MbPX4+2v43S9TwwLyxrSDpiwY7g9RKw0Cduy=0g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: multiple indexes on the same column  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Got it! Thanks Andres and Tom!

Tiff

On Fri, Apr 12, 2019 at 1:07 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
Andres Freund <andres@anarazel.de> writes:
> On 2019-04-12 09:51:51 -0400, Tom Lane wrote:
>> Tiffany Thang <tiffanythang@gmail.com> writes:
>>> Can someone explain the use of creating multiple indexes on the same
>>> column?

>> There is none, unless the indexes have different properties (e.g.
>> different opclasses and/or index AMs).

> Well, it can be beneficial to create a new index concurrently, and then
> drop the old one concurrently.

Right, but in that situation there's no intent to keep both indexes
in place.  You're just putting up with extra overhead temporarily
as a means to avoid taking an exclusive lock.

                        regards, tom lane

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

Предыдущее
От: Paul van der Linden
Дата:
Сообщение: Safe to delete files?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Safe to delete files?