pgsql: Use a hash table to store current sequence values.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Use a hash table to store current sequence values.
Дата
Msg-id E1VhGgZ-0002J9-5g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use a hash table to store current sequence values.

This speeds up nextval() and currval(), when you touch a lot of different
sequences in the same backend.

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/21025d4a5322307bcfef1222f497a3aacb2fc79a

Modified Files
--------------
src/backend/commands/sequence.c |   71 +++++++++++++++++++--------------------
1 file changed, 35 insertions(+), 36 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add a regression test case for \d on an index.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix bogus hash table creation.