Optimizing PostgreSQL Loading Speed For Faster Data Ingestion
Improved PostgreSQL loading speed by adjusting table structure, tuning config, disabling full page writes & removing constraints/indexes. Used unlogged tables & \copy command to load data from CSV file in 35.41s.