Re: Get the offset of a tuple inside a table

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Get the offset of a tuple inside a table
Дата
Msg-id 4C990BB60200002500035AB2@gw.wicourts.gov
обсуждение исходный текст
Ответ на Get the offset of a tuple inside a table  (Pei He <hepeimail@gmail.com>)
Ответы Re: Get the offset of a tuple inside a table  (Pei He <hepeimail@gmail.com>)
Список pgsql-hackers
Pei He  wrote:
> The offset is the order of a tuple in a Sequential Scan.
That's not a safe assumption.  Try starting a sequential scan against
a large table on one connection; then before it finishes, start the
same query on another connection.  The second query joins the one
already in progress and then starts over, "wrapping around".
-Kevin


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

Предыдущее
От: Pei He
Дата:
Сообщение: Re: Get the offset of a tuple inside a table
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: trailing whitespace in psql table output