AcKing-Sam opened a new issue, #31696:
URL: https://github.com/apache/doris/issues/31696

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   Document version Dev & 2.0
   
   ### What's Wrong?
   
   In this [example part of the 
document](https://doris.apache.org/docs/dev/data-table/index/index-overview#examples),
 it says the prefix index takes the first 36 bytes of the row data. While, the 
example in this statement: 
   `The prefix index of the following table structure is user_id(8 Bytes) + 
age(4 Bytes) + message(prefix 20 Bytes).` where `8 + 4 + 20 = 32 != 36`.
   
   
![example](https://github.com/apache/doris/assets/69379048/94f35663-d497-4b45-90fd-1af0fd76e2e8)
   
   
   Should it be `The prefix index of the following table structure is user_id(8 
Bytes) + age(4 Bytes) + message(prefix 24 Bytes).` ? 
   If so, please assign this issue to me, thanks!
   
   ### What You Expected?
   
   The statement in this doc should be: 
   `The prefix index of the following table structure is user_id(8 Bytes) + 
age(4 Bytes) + message(prefix 24 Bytes).`
   
   ### How to Reproduce?
   
   N/A
   
   ### Anything Else?
   
   N/A
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to