Re: Extended customizing, SQL functions,

Поиск
Список
Период
Сортировка
Искать
От
Greg Stark
Тема
Re: Extended customizing, SQL functions,
Дата
в 18:38:17
Msg-id
87ekp2ap8f.fsf@stark.xeocode.com
Ответ на
Список
Дерево обсуждения
Extended customizing, SQL functions, internal variables, API pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, internal variables, API Bruno Wolff III <bruno@wolff.to>
Re: Extended customizing, SQL functions, pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, Jonathan Gardner <jgardner@jonathangardner.net>
Re: Extended customizing, SQL functions, pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, Shridhar Daithankar <shridhar@frodo.hserus.net>
Re: Extended customizing, SQL functions, pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
Re: Extended customizing, SQL functions, pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, Shridhar Daithankar <shridhar@frodo.hserus.net>
Re: Extended customizing, SQL functions, Greg Stark <gsstark@mit.edu>
Re: Extended customizing, SQL functions, pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, Greg Stark <gsstark@mit.edu>
Re: Extended customizing, SQL functions, pgsql@mohawksoft.com
Re: Extended customizing, SQL functions, Greg Stark <gsstark@mit.edu>
Re: Extended customizing, SQL functions, Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>

pgsql@mohawksoft.com writes:

> I agree completely with one caveat, when the best tool for the job lacks a
> feature what do you do?

You're missing the point. The feature you want has nothing to do with
relational databases. It has everything to do with in-memory non-transactional
non-relational databases. These things exist but they're not postgres.

Postgres just isn't the best tool for what you want to do.

Try memcached or any of the other very fast non-persistent non-transactional
in-memory databases. If you try to use postgres to do this you'll find -- as
you just did -- that you've bought a lot of overhead for things you don't
want. Because it's not the appropriate tool.

-- 
greg


В списке pgsql-hackers по дате отправления
От: Andrew Dunstan
Дата:
От: Tom Lane
Дата:
FAQ