Python SQLAlchemy ORM - Indexes

preview_player
Показать описание
Hello everyone and welcome back to another python video!
In this video I will go over basic Indexes in SQLAlchemy

Check out my channel for more 😎:

Check out the repo:

Timestamps
00:00 - Intro
00:20 - What is an Index?
02:44 - Reasons to Add Index
03:55 - When not to add an Index
04:49 - Setup
05:21 - Creting Indexes
05:53 - Index Class
07:14 - Drop an Index
07:47 - See The indexes
08:28 - table args
09:12 - Composite Indexes
09:56 - Primary Key Index
10:22 - Foreign Key Index
11:06 - Unique Index
11:45 - Wrap Up

#python #pythonforbeginners #pythontutorial #pythonprogramming #python3 #pythonbegginer #pythonbeginners #automation #sqlalchemy #queryoptimization #queries #queries #sql #indexes #sqlindexes
Рекомендации по теме
Комментарии
Автор

This was very helpful and well made - thank you!

CollinHeist