How efficient is select currval?

Поиск
Список
Период
Сортировка
От Chris Velevitch
Тема How efficient is select currval?
Дата
Msg-id b0a3bf780512081619o1460b6c1ndb7b64835d18557d@mail.gmail.com
обсуждение исходный текст
Ответы Re: How efficient is select currval?
Список pgsql-general
If I insert a record into a table with a serial primary key, does
select currval fetch it from the database or does it get it from
within memory?

If it fetches it from the database, should I use a Serializable
transaction or just a read committed transaction?



Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
www.flashdev.org.au

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

Предыдущее
От: Jeffrey Melloy
Дата:
Сообщение: Re: find last day of month
Следующее
От: CSN
Дата:
Сообщение: copy with where query?