PostgreSQL Index Internals
A quick overview of PostgreSQL index API
In this post, I explain how PostgreSQL internally interacts with database indexes, and how you can develop a custom index.
[Read More]