Preserving Cluster-Wise Data

From: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Preserving Cluster-Wise Data
Date: 2006-12-05 17:58:25
Message-ID: 20061205175825.GC1316@alamut
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I was taking a look at _SHARED variable implementation of different
PLs and it looks like every PL implements its own ad-hoc method to
preserve cluster-wise data. Wouldn't it be beneficial to have a
cluster-wise table (sytem catalog?) which is accessible by any
procedure with required (superuser?) privileges? With such a table,
procedures (and PLs) will be able to preserve their state data
natively without need of any ad-hoc method and because of we're using
a just yet another plain table, all of the MVCC related stuff will be
handled by PostgreSQL easily.

Regards.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2006-12-05 17:59:54 Re: old synchronized scan patch
Previous Message Tom Lane 2006-12-05 17:56:18 Re: old synchronized scan patch