Re: Zedstore - compressed in-core columnar storage - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Zedstore - compressed in-core columnar storage
Date
Msg-id CAH2-WzmZtqLpqV5hf+GUi3RAreeXC7DPMiFX25VOSakp95v+Qw@mail.gmail.com
Whole thread Raw
In response to Re: Zedstore - compressed in-core columnar storage  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Mon, Apr 15, 2019 at 1:02 PM Andres Freund <andres@anarazel.de> wrote:
> There's not much of an alternative currently. Indexes require tid
> looking things, and as a consequence (and some other comparatively small
> changes that'd be required) tableam does too.

I'm trying to establish whether or not that's the only reason. It
might be okay to use the same item pointer struct as the
representation of a integer-like logical identifier. Even if it isn't,
I'm still interested in just how logical the TIDs are, because it's an
important part of the overall design.

> That's one of the reasons why I've been trying to get you to get on
> board with allowing different leaf-level "item pointer equivalents"
> widths inside nbtree...

Getting me to agree that that would be nice and getting me to do the
work are two very different things.  ;-)

-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Zedstore - compressed in-core columnar storage
Next
From: Tomas Vondra
Date:
Subject: Re: Zedstore - compressed in-core columnar storage