Re: Having query cache in core

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Having query cache in core
Дата
Msg-id 20180511.181255.1399683955147871562.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: Having query cache in core  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Having query cache in core
Re: Having query cache in core
Список pgsql-hackers
> 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.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: [HACKERS] asynchronous execution
Следующее
От: CK Tan
Дата:
Сообщение: Re: Having query cache in core