Probabilistic index that can be useful for columns with many distinct values.
bloom
extension already enabled, so there’s no need to run create extension
.
colN
):
USING bloom
specifies that this is a Bloom filter index and col1 = 4, col2 = 4
defines the number of bits per column to be used in the index (default is 4).=
).<
, >
, BETWEEN
).