An in-depth look at Database Indexing – eLitmus Blog

In this article, we will explore Database Indexing. We will begin by installing the Docker & running a Postgres container on it. Subsequently, to execute queries and comprehend how the database uses various indexing strategies, we will insert millions of rows into a Postgres table.


This is a companion discussion topic for the original entry at https://www.elitmus.com/blog/technology/an-in-depth-look-at-database-indexing

Link: An in-depth look at Database Indexing – eLitmus Blog

1 Like

Very interesting read, I’ll try it out myself once.