Development & Performance Variations on 1M rows insert(2): commit write – PostgreSQL 04.05.2015 by Daniel Westermann Franck was quite fast with his second post Variations on 1M rows insert(2): commit write. Lets see what we can do on the PostgreSQL side. I’ll take the same test table as Franck again: create(…)
Development & Performance Variations on 1M rows insert (1): bulk insert – PostgreSQL 04.05.2015 by Daniel Westermann When I read Franck’s post about Variations on 1M rows insert (1): bulk insert I thought doing quite the same in PostgreSQL might be interesting. Lets start by using the same test tables, one using a primary(…)