How to best grab a chunk of Ids from a sequence

Поиск
Список
Период
Сортировка
От Bryan White
Тема How to best grab a chunk of Ids from a sequence
Дата
Msg-id 00a801c16df3$e06d6230$2ed260d1@bryan
обсуждение исходный текст
Ответы Re: How to best grab a chunk of Ids from a sequence  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: How to best grab a chunk of Ids from a sequence  (Jason Earl <jason.earl@simplot.com>)
Список pgsql-sql
I have a process that will be creating a large number of records (about
4Million).  I am thinking of making this process run quicker by writing the
records to a file in 'dump' format and then running that file through psql.

The problem is each record has a sequence number and I need to know the
sequence ids for other
purposes in this process.

My question is is there a way to grab 4 million IDs from a sequence without
calling nextval once for each ID.  Note, this sequence is being actively
drawn on by other processes.

---------
Bryan White




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unable to use '-' in column names in PLPGSQL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to best grab a chunk of Ids from a sequence