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


   I know querying with timestamp is very fast, because data in bookKeeper save 
timestamp as key.
   My suggestion is to create a non-clustered index, based on the key in 
bookKeeper, for example:
   If we want to create an index on the field name, We can create indexItem as 
   map[name, List<__publish_time__>]
   
   Can you supply some describe the source code around this? and then we can 
discuss it again.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to