Re: Review: query result history in psql

Поиск
Список
Период
Сортировка
От Maciej Gajewski
Тема Re: Review: query result history in psql
Дата
Msg-id CAEcSYXLiRbWCO_sycJrpoc_T2oRO5QH65G7n8Jfv30TFZAYiTw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Review: query result history in psql  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: Review: query result history in psql  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers

When I tested this feature, I had 30 caches per 5 minutes, and only a
few from these queries had a sense. Switch between off and on is not
user friendly. I believe so there can be other solution than mine, but
a possibility to friendly clean unwanted caches is necessary.

 If you know that you'll need the result of a query beforehand, you can always use SELECT ... INTO ... . No client-side features required.

This feature is intended for people running plenty of ad-hoc queries, when every result could potentially be useful.

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [PATCH] add --progress option to pgbench (submission 3)
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Review: query result history in psql