sijie commented on issue #6930:
URL: https://github.com/apache/pulsar/issues/6930#issuecomment-628737943


   @KannarFr 
   
   The indexes can be built in a background process using the approach that was 
used for compaction. The "compacted" ledger is essentially an "index" to the 
original data.
   
   The index maintains some forms of mapping between "keys" to the "offsets" to 
the original data. The "offset" is essentially the message-id which is 
referencing a ledger and an entry id. It doesn't matter if a ledger is in the 
bookkeeper or already offloaded to the tiered storage.


----------------------------------------------------------------
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:
[email protected]


Reply via email to