rum icon indicating copy to clipboard operation
rum copied to clipboard

RUM access method - inverted index with additional information in posting lists

Results 52 rum issues
Sort by recently updated
recently updated
newest added

1. create table rules(id serial, keyword_rule tsquery); 2. insert into rules(keyword_rule) values('( 实名举报 | 实名投诉 | 实名曝光 | 实名控诉 ) & !( 信用分 | 网上离婚 | 快速离婚 | 起诉离婚 |...

This change fixes compiler error that was introduced by the commit https://github.com/postgres/postgres/commit/6ed83d5fa55cf6e6c9d1be34ec10730c48eba763

Hi, 1.3.13 fails to build against PostgreSQL 17. v17 beta2 is already out. Can you please take a look? Thanks, Devrim > /usr/bin/clang -Wno-ignored-attributes -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -Wno-format-truncation...

Database Version: PostgreSQL 14.12 RUM extension version: rum 1.3 VECTOR extension: vector 0.6.2 Operating System: RHEL 8 The structure of the tables in the database is as follows: create extension...

Database Version: PostgreSQL 14.12 RUM extension version: rum 1.3 VECTOR extension: vector 0.6.2 Operating System: RHEL 8 The structure of the tables in the database is as follows: create extension...

With order_by_attach=TRUE, the RUM index arranges the entries in the posting lists (for keys that have additional information) in order of sorting by additional information. For the remaining keys, the...

Before commit 2203ede9 in PG14 running isolation test using PGXS was not working - an error occurred. This is a hack to avoid the error.

Set not flag for nested operator nodes in tsquery wrap tree. This ensures correct sum calculation for subtrees under NOT, allowing RUM to evaluate such queries properly during index scan....