Re: PG optimization question

Поиск
Список
Период
Сортировка
От Pierre Frédéric Caillaud
Тема Re: PG optimization question
Дата
Msg-id op.u6bcgzsucke6l8@soyouz
обсуждение исходный текст
Ответ на PG optimization question  (Nickolay <nitro@zhukcity.ru>)
Ответы Re: PG optimization question  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-performance
> If you transfer (delete from staging, insert into archive) in one
> transaction , then it will be always visible in exactly one of them,
> and exatly once in a view over both staging and archive(s).

    Does the latest version implement this :

INSERT INTO archive (...) DELETE FROM staging WHERE ... RETURNING ...


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: PG optimization question
Следующее
От: Mathieu De Zutter
Дата:
Сообщение: Choice of bitmap scan over index scan