1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-11 21:14:02 +00:00

Remove utm tags

This commit is contained in:
Samuel Štancl 2022-04-12 14:20:37 +02:00 committed by GitHub
parent a2adc750ad
commit 105099cea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,4 +12,4 @@ slug: you-can-create-db-indices-for-transformed-versions-of-columns
Most developers are puzzled that indexes are not used for e.g. WHERE LOWER(email) = ?. But contrary to common belief, an index can be created for these cases! It's called a function-based index and is supported by MySQL and PostgreSQL.
https://sqlfordevs.io/tips/function-based-index?utm_source=twitter&utm_medium=social&utm_campaign=database_tip_2022_04_05
https://sqlfordevs.io/tips/function-based-index