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:
parent
a2adc750ad
commit
105099cea8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue