You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/06 08:49:26 UTC

[GitHub] [rocketmq] EiletXie opened a new issue #3584: 文档描述设计篇疑问

EiletXie opened a new issue #3584:
URL: https://github.com/apache/rocketmq/issues/3584


   ![image](https://user-images.githubusercontent.com/40811782/144815528-5e5e9f46-e23f-4c8c-a434-c4a33920bf0e.png)
   
      ConsumeQueue索引存储的就是commitLog的offset,应该是一级索引才对


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] duhenglucky closed issue #3584: 文档描述设计篇疑问

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #3584:
URL: https://github.com/apache/rocketmq/issues/3584


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] guyinyou commented on issue #3584: 文档描述设计篇疑问

Posted by GitBox <gi...@apache.org>.
guyinyou commented on issue #3584:
URL: https://github.com/apache/rocketmq/issues/3584#issuecomment-986587068


   Uniquely determine a message through Topic, queueID, and offset. Topic and queueID are determined in the form of filePath, so maybe filePath is the first level index?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] guyinyou commented on issue #3584: 文档描述设计篇疑问

Posted by GitBox <gi...@apache.org>.
guyinyou commented on issue #3584:
URL: https://github.com/apache/rocketmq/issues/3584#issuecomment-986745021


   This is just my understanding, but I think it is very reasonable. After all, it lacks topic and queue information.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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



[GitHub] [rocketmq] EiletXie commented on issue #3584: 文档描述设计篇疑问

Posted by GitBox <gi...@apache.org>.
EiletXie commented on issue #3584:
URL: https://github.com/apache/rocketmq/issues/3584#issuecomment-986610548


   Thank you for your reply!
   Can i understand that we get the ConsumerQueue filePath by the topic ,queueID,this is the first level index,
   then we use offset to find  the disk location of  commitlog,this is the second level index.
   so The meaning of the secondary index here is different from that of the database?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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