-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Labels
No labels