siddharthteotia commented on issue #5074: Support segment reload for text index
URL: https://github.com/apache/incubator-pinot/pull/5074#issuecomment-586800492
 
 
   We had earlier decided to not support this feature on dictionary encoded 
columns to prevent memory overhead of creating dictionary for large text like 
string columns on which this index is enabled. 
   
   Having said that, nothing in the future really prevents us from doing so. So 
ideally this index can co-exist with other indexes -- we can create a text 
index on a  STRING column which is dictionary encoded and also has native 
Pinot's inverted index.
   
   For the initial implementation of this feature (call it v0/v1 release), we 
chose to have these restrictions. Eventually we can relax them. 

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


With regards,
Apache Git Services

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

Reply via email to