Skip to content

COPY TO STDOUT support #33

@dmitry-sinina

Description

@dmitry-sinina

Thank you for a great tool.

After some time of use we faced performance problems with big tables( ~5GB in our case).
In our case pg_dump require 5 minutes to dump table but pg2parquet requires more than 2h.

May be it is possible to implement postgresql COPY TO STDOUT mechanism when custom query is not required? Because it looks like problem caused by slow execution of SELECT * from ...;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions