Re: BitmapHeapScan streaming read user and prelim refactoring - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: BitmapHeapScan streaming read user and prelim refactoring
Date
Msg-id CA+hUKGJ5cZWJDK5WW+EUF1P9zuE4ZqLNtx+Y7i+dMUQAaVv5TQ@mail.gmail.com
Whole thread Raw
In response to Re: BitmapHeapScan streaming read user and prelim refactoring  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Fri, Feb 14, 2025 at 11:50 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> Yeah I guess you could in theory also stream pointers to individual
> uncompressed result objects allocated with palloc(), that is point a
> point in the per-buffer-data and make the consumer free it, but that
> has other problems (less locality, allocator churn, need

Sorry, typing too fast, I meant to write:  "that is, put a pointer in
the per-buffer-data and make the consumer free it".



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring
Next
From: Daniel Gustafsson
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER