Re: Simulating sequences

Поиск
Список
Период
Сортировка
От Paul Ramsey
Тема Re: Simulating sequences
Дата
Msg-id 3F40F61C.3030504@refractions.net
обсуждение исходный текст
Ответ на Simulating sequences  ("Vilson farias" <vilson.farias@digitro.com.br>)
Список pgsql-general
Vilson farias wrote:

> Does PostgreSQL sequences deal with these kinds performance questions? Is it
> clean, fast and secury to use sequences? Maybe I still can make up my boss
> mind about this subject if I get good arguments here to justify the use of
> sequences.

Sorry, but you just outlined a sequence replacement which is a big hunk
of PL/PgSQL! How is that not completely specific to PostgreSQL? The
PgSQL 'serial' type is close enough to other RDBMS autoincrement types
that porting to a different DB should be trivial. Porting your PL/PgSQL,
that will be hard (particularly if you decide to go to something like
MySQL, which doesn't even support procedural languages).

--
       __
      /
      | Paul Ramsey
      | Refractions Research
      | Email: pramsey@refractions.net
      | Phone: (250) 885-0632
      \_


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Hour difference?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Simulating sequences