You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/01 04:51:02 UTC

[GitHub] [pulsar] codelipenghui commented on issue #14495: [Feature] Support ManagedLedger EntryCache cache entires before the slowest cursor

codelipenghui commented on issue #14495:
URL: https://github.com/apache/pulsar/issues/14495#issuecomment-1055015211


   Looks like we want to add a catchup entry cache. The current entry cache is used for the tailing messages. The current solution looks like to provide a catchup cache by extending the tailing cache, but I think it will not work for the cases that have multiple cursors read from an earlier position such as 3 days but only have entry cache in 2 hours. Essentially, the issue is how to use the cache to speed up multiple subscription catchup reads.
   
   It's better to start a discussion in the dev email thread or start with a proposal.


-- 
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-unsubscribe@pulsar.apache.org

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