Re: [Slony1-general] Is a high tab_reloid worrying?

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: [Slony1-general] Is a high tab_reloid worrying?
Дата
Msg-id 4443AC73.6000400@Yahoo.com
обсуждение исходный текст
Ответ на Re: [Slony1-general] Is a high tab_reloid worrying?  (John Sidney-Woollett <johnsw@wardbrook.com>)
Ответы Re: [Slony1-general] Is a high tab_reloid worrying?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On 4/13/2006 6:19 AM, John Sidney-Woollett wrote:

> My tables are defined "WITHOUT OID" - does that make a difference?

That's good so far.

The other thing that is eating OID's are temporary objects. I personally
consider the implementation of temp tables broken for precisely that
matter. If your application uses temp tables, sooner or later it will
cause an OID counter wrap around and then you run the risk of random
transaction failures due to duplicate key errors on CREATE TEMP TABLE.


Jan


> John
> Hannu Krosing wrote:> Ühel kenal päeval, N, 2006-04-13 kell 10:06, kirjutas John> Sidney-Woollett:> >>I just added a
newtable to a slony relication set. The new table seems >>to have a really high tab_reloid value of 94,198,669> > ...>
>>Isthis something I should be worried about? Can I find out where all >>the intermediate OIDs have gone?> > > probably
todata rows, unless you have all your tables defined using> WITHOUT OID. OIDs are assigned from a global "sequence".> >
-------->Hannu> > > ---------------------------(end of broadcast)---------------------------> TIP 4: Have you searched
ourlist archives?> >
http://archives.postgresql.org_______________________________________________Slony1-generalmailing
listSlony1-general@gborg.postgresql.orghttp://gborg.postgresql.org/mailman/listinfo/slony1-general


--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: enforce naming convention
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [Slony1-general] Is a high tab_reloid worrying?