<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Postgresql on DATATWEETS</title><link>https://datatweets.com/tags/postgresql/</link><description>Recent content in Postgresql on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Fri, 03 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://datatweets.com/tags/postgresql/index.xml" rel="self" type="application/rss+xml"/><item><title>Loading CSV Data into PostgreSQL: COPY vs INSERT, Benchmarked</title><link>https://datatweets.com/blog/loading-csv-into-postgres/</link><pubDate>Fri, 03 Jul 2026 00:00:00 +0000</pubDate><guid>https://datatweets.com/blog/loading-csv-into-postgres/</guid><description>Connecting to Postgres from Python is the easy part. This guide builds a table with psycopg2, loads a CSV row by row and then in bulk with COPY, and measures the real speed difference between them on 8,000 rows.</description></item></channel></rss>