How To Create A Postgres Table With Million Rows?
Jan 15, 2021 · 2 min read · There are many scenarios where you need a lot of data created very quickly. So, let's see an example of how to create a table in Postgres with a million rows. Note: You need to have Docker already installed on your laptop. Step 1: Pull Docker imag...
Iinayathulla commented