Re: Trying out read streams in pgvector (an extension) - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Trying out read streams in pgvector (an extension)
Date
Msg-id CA+hUKGLndk9MdFu9w3z7NFGrd15vD76p96Qby8SOG5MzWYbxJQ@mail.gmail.com
Whole thread Raw
In response to Trying out read streams in pgvector (an extension)  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On Fri, Sep 6, 2024 at 4:28 PM Thomas Munro <thomas.munro@gmail.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).



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: pgsql: Add more SQL/JSON constructor functions
Next
From: Tatsuo Ishii
Date:
Subject: Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN