Re: [GENERAL] Performance PLV8 vs PLPGSQL

Поиск
Список
Период
Сортировка
Искать
От
Chris Travers
Тема
Re: [GENERAL] Performance PLV8 vs PLPGSQL
Дата
Msg-id
CAKt_Zfs0Sh=kG_B1C0Vx-ye8cVeqmTRgB23skWiauBNr=ajKgQ@mail.gmail.com
Ответ на
Список
Дерево обсуждения
[GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL "Mike Sofen" <msofen@runbox.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Jan de Visser <jan@de-visser.net>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Francisco Olarte <folarte@peoplecall.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Gavin Flower <GavinFlower@archidevsys.co.nz>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Pavel Stehule <pavel.stehule@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Pavel Stehule <pavel.stehule@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Chris Travers <chris.travers@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Pavel Stehule <pavel.stehule@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Ivan Sergio Borgonovo <mail@webthatworks.it>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Rob Sargent <robjsargent@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Michael Sheaver <msheaver@me.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Michael Sheaver <msheaver@me.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Tim Uckun <timuckun@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Pavel Stehule <pavel.stehule@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Pavel Stehule <pavel.stehule@gmail.com>
Re: [GENERAL] Performance PLV8 vs PLPGSQL Merlin Moncure <mmoncure@gmail.com>
My recommendation.  See them as tools in a toolkit, not a question of what is best.

For places where you have SQL statements as primary do SQL or PLPGSQL functions.

For places where you are manipulating values (parsing strings for example) use something else (I usually use pl/perl for string manipulation but ymmv).

PLPGSQL works best where you have a large query and some procedurally supporting logic.  It becomes a lot less usable, performant, and maintainable the further you get away from that.

So there is no best just different tools in a toolkit.
В списке pgsql-general по дате отправления
От: Tim Uckun
Дата:
От: Pavel Stehule
Дата:
FAQ