You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/09/19 04:54:51 UTC

[GitHub] [incubator-doris] chaoyli opened a new pull request #1828: Seek block when starts a ScanKey

chaoyli opened a new pull request #1828: Seek block when starts a ScanKey
URL: https://github.com/apache/incubator-doris/pull/1828
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org