Google News
logo
PostgreSQL - Interview Questions
What are BRIN Indexes?
After you install the BRIN index, PostgreSQL is able to select the maximum and minimum value by reading your selected column for each 8k page of stored data. After that, PostgreSQL stores the page number, the minimum value, and the maximum value for your chosen column in BRIN Indexes.
Advertisement