Skip to content

Add amnblocks index AM method#78

Open
pashkinelfe wants to merge 1 commit into
patches17from
export_index_nblocks
Open

Add amnblocks index AM method#78
pashkinelfe wants to merge 1 commit into
patches17from
export_index_nblocks

Conversation

@pashkinelfe

Copy link
Copy Markdown
Contributor

RelationGetNumberOfBlocksInFork called smgrnblocks, which returned 0 for Orioledb indexes. The planner read relpages from this, so index scan/bitmap index scan or seq scan were preferred to IOS

amnblocks lets the AM override the block count before the smgr fallback.

RelationGetNumberOfBlocksInFork called smgrnblocks, which
returned 0 for Orioledb indexes. The planner read relpages
from this, so index scan/bitmap index scan or seq scan
were preferred to IOS

amnblocks lets the AM override the block count before the
smgr fallback.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant