Re: PL language selection

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: PL language selection
Дата
Msg-id 20051110102440.GA19686@svana.org
обсуждение исходный текст
Ответ на PL language selection  (Nicolay A Vasiliev <nvasiliev@whiteriversoft.com>)
Ответы Re: PL language selection  (Nicolay A Vasiliev <nvasiliev@whiteriversoft.com>)
Список pgsql-general
On Thu, Nov 10, 2005 at 12:16:12PM +0300, Nicolay A Vasiliev wrote:
> There are a number of different PL-languages. How do you select these
> languages? I think PL/SQL is more fast or am I wrong?
>
> Suggest me please your way of PL language selection.

Well, it kind of depends on what you want to do. Different languages
are good for different things. If you want pattern matching you might
want pl/perl. For simple SQL stuff, pl/sql has the advantage that it
can be inlined. pl/pgsql looks similar to oracles offering, some people
like that.

The languages are all fast enough that you should really consider
maintainability, readabilty and coding experience before speed...

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: Best way to use indexes for partial match at
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Dynamic web sites with PostgreSQL