Quantcast
Channel: Vlad Mihalcea
Viewing all articles
Browse latest Browse all 177

PostgreSQL Index Types

$
0
0

Introduction In this article, we are going to analyze the PostgreSQL Index Types so that we can understand when to choose one index type over the other. When using a relational database system, indexing is a very important topic because it can help you speed up your SQL queries by reducing the number of pages that have to be scanned or even avoid some operations altogether, such as sorting. If you want to receive automatic index and SQL rewrite recommendations based on your database workloads, check out EverSQL by Aiven. PostgreSQL Index... Read More

The post PostgreSQL Index Types appeared first on Vlad Mihalcea.


Viewing all articles
Browse latest Browse all 177

Trending Articles