How To Create A Postgres Table With Million Rows?
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...
tech-hustler.hashnode.dev2 min read
inayathulla khan
Thanks for article, small corrections though one additional S is added in POSTGRESS, its docker run -e POSTGRES_PASSWORD=postgres --name pg1 postgres and exec not exect