Re: mysql hash table equivalent?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: mysql hash table equivalent?
Дата
Msg-id 787.1128389885@sss.pgh.pa.us
обсуждение исходный текст
Ответ на mysql hash table equivalent?  ("Chris St Denis" <chris@aebc.com>)
Ответы Re: mysql hash table equivalent?
Список pgsql-general
"Chris St Denis" <chris@aebc.com> writes:
> Does postgres support in-memory only tables like the mysql HASH table type?

No, and it doesn't seem particularly necessary: a table that is being
hit heavily will stay in cache buffers anyhow.  You don't need any
special mechanism.

            regards, tom lane

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