Skip to content

Conversation

gongxun0928
Copy link
Contributor

  1. Pre-allocate null bitmap capacity to pax_max_tuples_per_group to avoid capacity checks
  2. initialize null bitmap with all bits set to 1 (0xff) by default, assuming non-null values are more frequent

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


1. Pre-allocate null bitmap capacity to pax_max_tuples_per_group to avoid
capacity checks
2. initialize null bitmap with all bits set to 1 (0xff) by default, assuming
non-null values are more frequent
Copy link
Contributor

@my-ship-it my-ship-it left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants