mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +00:00
Update the intro of the latest til
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Creating Indexes With Ecto
|
# Creating Indexes With Ecto
|
||||||
|
|
||||||
Using indexes in the right places within relational databases is a great way
|
Using indexes in the right places within relational databases is a great way
|
||||||
to speed up queries and ensure data integrity.
|
to speed up queries.
|
||||||
|
|
||||||
To add a basic index in an Ecto migration, use `Ecto.Migration.index\2`:
|
To add a basic index in an Ecto migration, use `Ecto.Migration.index\2`:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user