Re: LONG delete with LOTS of FK's

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: LONG delete with LOTS of FK's
Дата
Msg-id b656ed94eb26b999c485e1a86f1e4328@webmail.lerctr.org
обсуждение исходный текст
Ответ на Re: LONG delete with LOTS of FK's  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 2013-05-02 10:08, Tom Lane wrote:
> Larry Rosenman <ler@lerctr.org> writes:
>> Question: Do all these need to have a bare index just on the
>> account_id
>> column, or is a multicolumn index with account_id first
>> sufficient for the check to be reasonably quick?
>
> I would think that such an index would be sufficient, but you could
> check for yourself by doing something like
>
>     explain select 1 from <table> where account_id = <something>
>
> and verifying that you get an indexscan not a seqscan, for each
> dependent table.
>
>             regards, tom lane
Thanks, Tom.  I found 12 tables with Sequential scans.

We'll fix that.

Appreciate the help.


--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c)     E-Mail: ler@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LONG delete with LOTS of FK's
Следующее
От: Amit Langote
Дата:
Сообщение: Position() Bug ? In PostgreSQL 9.2