PostgreSQL Notes — INDEX
In the database, in order to improve query efficiency, the database can speed up query efficiency by creating indexes when the data is large. This article discusses the index of PostgreSQL. In most cases, using the syntax of `CREATE INDEX` directly can handle common development scenarios, there are many different types of index types available in PostgreSQL.