Blocksearch rewrite pg17
Queries that doesn't use key-value structure's could finally can use proper indexes while searching and aggregating blocks (thanks to postgresql 17 changes to btree indexes)
blocksearch indexes GIN -> btree:
- faster creation,
- can be created concurrently,
- query can sort without
BITMAP AND
toblock_num
index which results in much better performance in most cases
contains also:
- fixes for incomplete permissions for hafah_backend (hafah's MR 171),
- fixes for rewrite rules (haf's MR 566),
- fixes for healthchecker issue (reptracker issue reputation_tracker#9 )
- removal deprecated directory
gui
!251 (8d7ec800) - added missing pattern tests for
path-filter
parameter inget_block_by_op
api !251 (c3e6df4d)
Requires:
Edited by Michal Zander