mayankshriv commented on issue #2798: Support log search functionality in Pinot
URL: 
https://github.com/apache/incubator-pinot/issues/2798#issuecomment-449243495
 
 
   @mcvsubbu The regex_like support is very naive at the moment. IIRC, it 
basically does a regex match on all dictionary items to collect matching 
dictionary ids, and select records with matching dict id.
   
   From @ananthdurai ask, it seems more like a ELK use case that requires a lot 
more faster text indexing/search, which we currently don't have.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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