Re: MaxOffsetNumber for Table AMs

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: MaxOffsetNumber for Table AMs
Date: 2021-05-03 16:45:16
Message-ID: CA+TgmoZuoyewmk4fJabRTqE63NBYsOuz1eH0etfpq7z1C0PZXg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 3, 2021 at 11:26 AM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> It just has to be able to accept the restriction that
> indexes must have a unique TID-like identifier for each version (not
> quite a version actually -- whatever the equivalent of a HOT chain
> is). This is a restriction that Jeff had pretty much planned on
> working within before starting this thread (I know this because we
> spoke about it privately).

Well, I think what I'm saying is that I'm not on board with such a restriction.

If you're just saying that it has to be possible to identify rows
somehow, I am in full agreement, and I think the universe is on board
as well.

But if you're saying those identifiers have to be fixed-width and 48
(or even 64) bits, I disagree that we wish to have such a requirement
in perpetuity.

That'd be like going around to automobile manufacturers in 1925 and
asking them to agree that all future cars ever manufactured must have
a clutch.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martín Marqués 2021-05-03 16:48:21 Update maintenance_work_mem/autovacuum_work_mem to reflect the 1GB limitation with VACUUM
Previous Message Robert Haas 2021-05-03 16:34:08 Re: pg_amcheck contrib application