Google News
logo
PostgreSQL - Interview Questions
What are GiST Indexes in PostgreSQL?
The GiST is an extendable data structure that helps the users to develop indices over any kind of data. It also supports any lookup over that data. The GiST is able to do this by inserting an API to Postgres's index system.
Advertisement