RE: [SQL] Re: Autoincrement

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: [SQL] Re: Autoincrement
Дата
Msg-id F10BB1FAF801D111829B0060971D839F34C191@cpsmail
обсуждение исходный текст
Список pgsql-sql
> At 11:06 +0300 on 20/7/98, Federico Passaro wrote:
>
>
> > When I have to pay this penalty: on insert / update / query ?
>
> Query, I think.
>
I would think you would have to pay this penalty for all accesses to
that column.  Meaning in any WHERE|ORDER BY|GROUP BY clause that the
column is accessed.  Which could be for INSERT, UPDATE, and SELECT,
DELETE.
    INSERT because if indexes
    UPDATE because of WHERE, if not indexed
   SELECT because of WHERE/ORDER BY/GROUP BY
   DELETE because of WHERE, if not indexed

    -DEJ

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

Предыдущее
От: rog
Дата:
Сообщение: Views
Следующее
От: Lorenzo Huerta
Дата:
Сообщение: help with uniq index