Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Plans to adopt PostgreSQL 18 parallel I/O for index page reads? #906

@SunnyBo0302

Description

@SunnyBo0302

Hello,

I’m curious whether there are any plans to integrate PostgreSQL 18’s new asynchronous/parallel I/O features (e.g., io_method, io_workers, io_max_concurrency) into index access methods. In particular, will index page reads (such as those in pgvector’s IVF/HNSW search) be able to take advantage of the new parallel read infrastructure, rather than relying solely on synchronous ReadBuffer calls?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions