[RFC] txid: module for 64-bit external transaction IDs

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема [RFC] txid: module for 64-bit external transaction IDs
Дата
Msg-id e51f66da0606301429h73cebcach8a2d7ff8eefaa159@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Here's how we solved the XID indexing problem at Skype.  We took
Slony-s xxid module and made it output 8-byte numbers by keeping
track of wraparound count.  Thus having stable relationship
between values.

It would be good to have such functionality officially in PostgreSQL
so that all replication (and other) projects can benefit from it.
Either as a contrib module or in core.

Actually I have started porting the module into core, because
I feel the administration will be easier that way.  I hoped
to post a preview of it and then finalize at Code Sprint, but
seems I won't get much time for random hacking before Summit.
Thus this post.

--
marko

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fixed length datatypes. WAS [GENERAL] UUID's as
Следующее
От: Marc Munro
Дата:
Сообщение: Re: Index corruption