In this Integration Scenario, you will see how to import a Huge CSV File (24 Million of Records) into a Postgres Database with less than 0,1 vCore.
Some Configuration Steps:
- Docker Command to Start Postgres Instance
docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres:14.2
- Postgres Configuration
jdbc:postgresql://localhost/postgres
org.postgresql.Driver
🚩 Connect with me on social:
- LinkedIn: https://www.linkedin.com/in/stefano-bernardini
🔔 Subscribe to my YouTube channel
https://www.youtube.com/channel/UC4uFpujuIxwOTFuE8n2Ml7g?sub_confirmation=1
00:00 Intro
00:38 Database Setup
02:22 Database Connector Config
03:30 Flow Creation
14:26 Flow Modification (Batch)
Tags: #mulesoft #tutorial #postgres