Re: Having query cache in core

Поиск
Список
Период
Сортировка
От CK Tan
Тема Re: Having query cache in core
Дата
Msg-id CAJNt7=Z_2HeGKNQUJnna+p+vhUMnft1ipPTV10e53v6vw8WdVg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Having query cache in core  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Ответы Re: Having query cache in core
Список pgsql-hackers


On Fri, May 11, 2018, 7:13 PM Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
> You could probably write an extension for that, though. I think the
> planner hook and custom scans give you enough flexibility to do that
> without modifying the server code.

Thanks for the advice. But I rather thought about bypassing the raw
parser and the planner. i.e. use the query string (or its hash) as the
index of the query cache.

I think you need to know which tables are involved and if they were modified.

Regards,
-cktan


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Having query cache in core
Следующее
От: Amit Khandekar
Дата:
Сообщение: Re: Needless additional partition check in INSERT?