Skip to content

Commit

Permalink
memtx: accelerate count in fast_offset tree
Browse files Browse the repository at this point in the history
This patch creates a specialized implementation for `count` tree index
method, which takes advantage of offset-based functions of the BPS tree
with BPS_INNER_CARD config.

In order to handle keys and iterators consistently with `select`, the
iterator creation and first step preparation algorithms had been moved
into separated functions.

NO_DOC=see the next commit
NO_CHANGELOG=see the next commit
  • Loading branch information
mkostoevr committed Jun 17, 2024
1 parent 26bd05f commit e55b274
Showing 1 changed file with 288 additions and 97 deletions.

0 comments on commit e55b274

Please sign in to comment.