cheese8 commented on issue #20435:
URL: 
https://github.com/apache/shardingsphere/issues/20435#issuecomment-1223451462

   > This proposal is great, can you explain the implement logic of 
`fuzzyColumn`, which is very important for the like feature.
   
   yeah, the `fuzzyColumn` column stores the data processed by the 
`fuzzyAlgorithm` algorithm. For example:
   
   the original plainColumn value is: `1234567890`
   the processed fuzzyColumn may be: `123` or `890` or `12390` which depended 
on the fuzzyAlgorithm algorithm.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to