PostgreSQL JSONB GIN Index Failure? Don't Panic, Read This First.
I have two jsonb columns in my table: I have jsonb_path_ops gin index on both columns. You can try this one also. It is not for a specific key. Why is this query taking so long on jsonb gin index field?
Learn how to use gin indices in postgres to speed up queries on jsonb and array columns With this great power comes great. Postgresql uses the gin index type for indexing a column with jsonb data type. Gin stands for generalized inverted index. Note that you can utilize the gin index for tsvector. Why is a gin index on a jsonb column slowing down my query and what i can do about it?
brin index postgresql data big indexes block range