Sequential UUID Generation

Поиск
Список
Период
Сортировка
От Uday Bhaskar V
Тема Sequential UUID Generation
Дата
Msg-id CAFowjW2LG+eoezyrKW7k1Tvy7_VKTemkk5ErasBe6-dS0DBL1w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Sequential UUID Generation
Список pgsql-hackers
Hi,

 We have migrated from Oracle to Postgres, there because of the replication requirements we used UUID columns.
I did a POC(in postgres) with sequential UUID against Non sequential which has shown lot of different in space utilization and index size. Sql server has "newsequentialid" which generates sequential UUID.  I need similar functionality here. 
I want to create a function which generates a sequential UUIDs, Any suggestions or support would be much appreciated.   

Thanks,
Uday

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

Предыдущее
От: Antonin Houska
Дата:
Сообщение: Re: shared-memory based stats collector
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: FETCH FIRST clause WITH TIES option