How to run postgres in docker ?

How to run postgres in docker ?
Installing PostgreSQL directly on your local machine can be a hassle—lengthy steps, OS-specific quirks, and potential conflicts. Luckily, Docker makes the process super simple, fast, and portable. L...
0 Read More

Postgres: Index Scans

Using an index to help improve query performance is common practice. An index is a structure organized in such a way to help make it cheaper to access data records stored on disk. One example of such ...
0 Read More