pabrahamusa opened a new issue #6317:
URL: https://github.com/apache/incubator-pinot/issues/6317


   I would like to suggest a feature for TEXT_MATCH index
   
   At the moment if we have "noRawDataForTextIndex": "true" , this will allow 
to store just index without data. Which is a great feature where we can reduce 
the size of the index. However the issue is that we wont be able to fetch the 
actual data itself but just do search on it. What I would like to have is 
something where we store the index without raw data also provide an option to 
store the actual data in a different store like S3. So when a search happens 
against the index pull the corresponding data from S3 and provide the results.  
This allow us to have a cheaper datastore but efficient search.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to