postgrespro / rum

RUM access method - inverted index with additional information in posting lists
Other
721 stars 54 forks source link

Index with jsonb and int8? #122

Open mahdiyari opened 7 months ago

mahdiyari commented 7 months ago

I have read that rum can help with my problem but I can't actually see how.

I'm trying to create a jsonb_path_ops GIN index on a JSONB field and be able to also have sorting by another int8 column. I read that RUM can help with soring in multi column GIN indexes but I guess that wasn't including jsonb since I wasn't able to create an index or find any information.

Sorry, I had to ask somewhere.