Re: Review: query result history in psql - Mailing list pgsql-hackers

From Maciej Gajewski
Subject Re: Review: query result history in psql
Date
Msg-id CAEcSYXLiRbWCO_sycJrpoc_T2oRO5QH65G7n8Jfv30TFZAYiTw@mail.gmail.com
Whole thread Raw
In response to Re: Review: query result history in psql  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Review: query result history in psql
List 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 by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [PATCH] add --progress option to pgbench (submission 3)
Next
From: Pavel Stehule
Date:
Subject: Re: Review: query result history in psql