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


   I don't think it is a good idea to add an index definition to the schema 
definition. The schema definition defines the structure of the original data. 
The index definition depends on the schema definition but it is different from 
the original data. So the index definition should be associated with the 
storage that is used for storing the index data. For example, if we are using 
another managed ledger for storing the index, then the index definition should 
be the schema definition of the managed ledger. Does that make sense?


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