RUM
RUM access method - inverted index with additional information
RUM is a PostgreSQL extension that enhances full-text search performance by implementing a new type of GIN index. It allows fast ranking, filtering, and search in a single index scan, improving query efficiency in applications that rely heavily on text search. RUM is useful for advanced search features like faceting and relevance ranking.