You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parquet files are read as batches, pulled to Pandas df and then to a PostgreSQL DB. This process takes up to 3 minutes to pull 3+ million rows from Parquet to PostgreSQL.
Recommended Fix: Use Duckdb and duckdb_fwd to read the Parquet file directly from the source and push it to PostgreSQL DB. (under investigation)
Parquet files are read as batches, pulled to Pandas df and then to a PostgreSQL DB. This process takes up to 3 minutes to pull 3+ million rows from Parquet to PostgreSQL.
Recommended Fix: Use Duckdb and duckdb_fwd to read the Parquet file directly from the source and push it to PostgreSQL DB. (under investigation)
Alternative: Use Airbyte Cloud
Resources:
Loading Parquet in PostgreSQL via DuckDB: Testing queries and exploring the Core
How to load data from Parquet file to PostgreSQL destination
The text was updated successfully, but these errors were encountered: