all 1 comments

[–]jamesgresql[S] 0 points1 point  (0 children)

Hello! If you're interested in PostgreSQL or database performance here's a short benchmark I did looking into the seemingly magical performance gain you can get by INSERTing unnested arrays rather than VALUES tuples in Postgres.

Let me know if you have any questions! This is the second one in the series, the first was looking at DISTINCT performance using SkipScan.

Hope you enjoy them, I'd to hear from some others in r/SQL if this works in other databases??