tags: db psql The [official docs](https://www.postgresql.org/docs/current/indexes.html) ``` CREATE INDEX test1_id_index ON test1 (id); ```