Skip to content

pg_repack use SeqScan for read table. Can we use Parallel Seq Scan like the Command Copy does? #365

@VladMak

Description

@VladMak

We have a table and we run pg_repack on it. We noticed that the access to the table occurs through SeqScan. And the COPY command uses Parallel SeqScan. The table goes through pg_repack in 45 minutes, and if you copy it using COPY, then in 15. Is there an opportunity to add Parallel SeqScan to pg_repack? And if not, why?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions