dick.codes
rails ruby learning career product tools workflow postgres performance ai opinion personal fitness

Showing posts tagged with performance

View all posts

Efficiently backfilling data in Postgres

postgresperformance

While a rake task or background job works fine for most data imports, they become prohibitively slow when dealing with millions of rows. PostgreSQL’s \copy command can handle these large datasets orders of magnitude faster than application-level approaches.