Пакет postgresql16-rum: Информация

    Исходный пакет: postgresql16-rum
    Версия: 1.3.15-alt1
    Последняя версия по данным Repology
    Собран:  19 марта 2026 г. 8:30 в задании #411874
    Категория: Базы данных
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/postgrespro/rum.git

    Лицензия: PostgreSQL
    О пакете: The rum module provides an access method to work with a `RUM` index. It is based on the `GIN` access method's code.
    Описание: 
    The rum module provides an access method to work with a `RUM` index. It is based
    on the `GIN` access method's code.
    
    A `GIN` index allows performing fast full-text search using `tsvector` and
    `tsquery` types. But full-text search with a GIN index has several problems:
    
    - Slow ranking. It needs positional information about lexemes to do ranking. A `GIN`
    index doesn't store positions of lexemes. So after index scanning, we need an
    additional heap scan to retrieve lexeme positions.
    - Slow phrase search with a `GIN` index. This problem relates to the previous
    problem. It needs positional information to perform phrase search.
    - Slow ordering by timestamp. A `GIN` index can't store some related information
    in the index with lexemes. So it is necessary to perform an additional heap scan.
    
    `RUM` solves these problems by storing additional information in a posting tree.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    postgresql16-rum (x86_64, i586, aarch64)
    postgresql16-rum-debuginfo (x86_64, i586, aarch64)

    Сопровождающий: Alexei Takaseev

    Список участников:
    Alexei Takaseev

    Права:
    Alexei Takaseev
    @everybody

      1. postgresql16-server-devel

    Последнее изменение


    12 марта 2026 г. Alexei Takaseev 1.3.15-alt1
    - 1.3.15
    - Use LLVM if it used in PostgreSQL
    3 сентября 2025 г. Alexei Takaseev 1.3.14-alt1
    - Initial build for ALT Linux