harnoor
07/11/2022, 8:10 PMXiaobing
07/11/2022, 9:15 PMAtri Sharma
07/12/2022, 2:25 PMharnoor
07/13/2022, 12:31 PMtry creating a text index and using TEXT_MATCH for the regex searchRegarding this, so our application receives graphQL request and it converts it into PinotSQL. So
regexp_like
operator is hardcoded.
We can change it to TEXT_MATCH
but it requires code level handling and not a simple pluggable index like other indexes. (As app needs to fallback to regexp_like if text index is not on a column).