You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/06/03 10:15:11 UTC

[GitHub] [pinot] richardstartin commented on pull request #8818: regexp_like fusing

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-unsubscribe@pinot.apache.org

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


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