I have a problem. I have a field with type: bigint[], and I create a GIN index on it but don't use the index when i use '=any'. When I try it with '<@' operator, then use index. I don't understand why doesn't work with '=any'? Does anybody knows why doesn't work it?