Re: Trying out read streams in pgvector (an extension)

From: Melanie Plageman <melanieplageman(at)gmail(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Trying out read streams in pgvector (an extension)
Date: 2025-11-12 20:44:14
Message-ID: CAAKRu_ZmXSVVhJ0AQeDpbdznykcR9TO9s7ATE19zgiB0kBWK0A@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 11, 2025 at 11:12 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
>
> Here is a draft patch like that, that tries to be as small as
> possible. Trying out the name read_stream_resume().

I like read_stream_resume(). Tested out 0001 with pgvector and can
confirm it works.

In the test, I would initialize test_read_stream_resume_state.count to 0

+ test_read_stream_resume_state state = {.blkno = blkno};

- Melanie

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2025-11-12 20:53:17 Re: Optimize LISTEN/NOTIFY
Previous Message Joel Jacobson 2025-11-12 20:37:51 Re: Optimize LISTEN/NOTIFY