InterviewSolution
Saved Bookmarks
| 1. |
What types of indexes are supported in PostgreSQL? |
|
Answer» PostgreSQL provides several INDEX types like HASH, B-tree, SP-GiST, BRIN, and GIN. All these types USES a separate ALGORITHM that is best suited to queries. |
|