Re: Is There Any Way ....

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Is There Any Way ....
Дата
Msg-id 433CE5DE.8090004@archonet.com
обсуждение исходный текст
Ответ на Is There Any Way ....  ("Lane Van Ingen" <lvaningen@esncc.com>)
Список pgsql-performance
Lane Van Ingen wrote:
>   (2) Set up user variables in memory that are persistent across all
> sessions, for
>       as long as the database is up and running ?

You could probably write "C" functions (or possibly Perl) to store data
in shared memory. Of course you'd have to deal with concurrency issues
yourself.

Storing the values in a table and having cached access to them during
the session is probably your best bet.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Comparative performance
Следующее
От: xchris
Дата:
Сообщение: Lists or external TABLE?