smart-on-fhir / cumulus-library-data-metrics

A data metrics study for the Cumulus project
https://docs.smarthealthit.org/cumulus/
Apache License 2.0
2 stars 0 forks source link

Use REGEXP_LIKE instead of LIKE for performance reasons #38

Closed mikix closed 5 months ago

mikix commented 5 months ago

It's faster (library has already switched to it).

Note that it's a search, not a match - so be sure to use ^ and $ as necessary.