Block Range Index

A Block Range Index or BRIN is a database indexing technique. They are intended to improve performance with extremely large tables. BRIN indexes provide similar benefits to horizontal partitioning or sharding but without needing to explicitly declare partitions. A BRIN is applicable to an index on a table that is large and where the index key value is easily sorted and evaluated with a MinMax function

Block Range Index

A Block Range Index or BRIN is a database indexing technique. They are intended to improve performance with extremely large tables. BRIN indexes provide similar benefits to horizontal partitioning or sharding but without needing to explicitly declare partitions. A BRIN is applicable to an index on a table that is large and where the index key value is easily sorted and evaluated with a MinMax function