richardstartin commented on PR #8818:
URL: https://github.com/apache/pinot/pull/8818#issuecomment-1145814759

   I don’t believe the native FST supports backreferences, and I don’t think it 
would be easy to add support either. Not sure about the lucene FST index. As 
mentioned above, LIKE statements (e.g. LIKE ‘%foo%’) can’t express all regular 
expression features, which should reduce the scope of the edge cases to be 
considered.
   
   This definitely needs benchmarking for at least the following scenarios;
   * Single like statement
   * N like statements combined with OR
   
   for each of:
   * no FST index - both raw and dictionarized
   * Lucene FST index
   * Native FST index


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

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to