I noticed intarray allows an index type for very large INT arrays (gist__intbig_ops), but is there an option for BIGINT[] arrays (gist__bigint_ops)? It will be a small number of BIGINT[] values per record.
Try a GIN
index. No extension is needed.
CREATE INDEX index_name ON tablename USING gin(bigint_array_column);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With