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

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Trying out read streams in pgvector (an extension)
Date: 2024-09-06 04:49:49
Message-ID: CA+hUKGLndk9MdFu9w3z7NFGrd15vD76p96Qby8SOG5MzWYbxJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Sep 6, 2024 at 4:28 PM Thomas Munro <thomas(dot)munro(at)gmail(dot)com> wrote:
> Without this
> patch for PostgreSQL, it reads 1, 2, 4, 7 blocks (= 16 in total)
> before it has to take a break to hop to a new page, and then it start
> again at 1. Oops.

Erm, correction: 1, 2, 4, 8, 1 (because it runs out due to m == 16 and resets).

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2024-09-06 05:07:48 Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN
Previous Message Amit Langote 2024-09-06 04:34:15 Re: pgsql: Add more SQL/JSON constructor functions