Re: count on transaction ID

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: count on transaction ID
Дата
Msg-id 4F5DC49D02000025000460F6@gw.wicourts.gov
обсуждение исходный текст
Ответ на count on transaction ID  (ddgs <gsmaths@gmail.com>)
Ответы Re: count on transaction ID
Список pgsql-performance
ddgs <gsmaths@gmail.com> wrote:

> It is a discussion about the transaction ID wraparound in
> PostgreSQL.

Hopefully you've seen this:

http://www.postgresql.org/docs/current/static/routine-vacuuming.html#VACUUM-FOR-WRAPAROUND

> However, what is the fundamental definition if transaction ID.

As the cited page states, it is 32 bits.  It is considered a
"circular" number space.

> select * from table where ID=1:10000
> it is consider as one transaction or 10000 transactions.

In SQL it would be a syntax error; it doesn't really mean anything.
And it seems that you may be confused about the difference between
transaction IDs, object IDs, and user-defined ID columns on tables.
What is the "ID=1:10000" syntax supposed to mean?

-Kevin

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

Предыдущее
От: "McGehee, Robert"
Дата:
Сообщение: Feature Request: No pg_dump lock on unlogged tables
Следующее
От: ddgs
Дата:
Сообщение: Re: count on transaction ID