Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seek block when starts a ScanKey (#1828) #3

Merged
merged 1 commit into from
Sep 19, 2019
Merged

Seek block when starts a ScanKey (#1828) #3

merged 1 commit into from
Sep 19, 2019

Conversation

chaoyli
Copy link

@chaoyli chaoyli commented Sep 19, 2019

In Doris, one block has 1024 rows.

  1. If the previous ScanKey scan rows multiple blocks,
    and also the final block has 1024 rows just right.
  2. The current ScanKey scan rows with number less than one block.
    Under the two conditions, if not seek block, the position of prefix shortkey columns is wrong.

In Doris, one block has 1024 rows.
1. If the previous ScanKey scan rows multiple blocks,
   and also the final block has 1024 rows just right.
2. The current ScanKey scan rows with number less than one block.
Under the two conditions, if not seek block, the position of prefix shortkey columns is wrong.
@chaoyli chaoyli merged commit d9bfc4d into baidu-doris:branch-0.10 Sep 19, 2019
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