Re: Review: query result history in psql

From: Maciej Gajewski <maciej(dot)gajewski0(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Review: query result history in psql
Date: 2013-07-01 11:01:01
Message-ID: CAEcSYXLiRbWCO_sycJrpoc_T2oRO5QH65G7n8Jfv30TFZAYiTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2013-07-01 11:05:13 Re: Review: query result history in psql
Previous Message Fabien COELHO 2013-07-01 10:49:24 Re: [PATCH] add --progress option to pgbench (submission 3)