PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Indexes

Last modified: 17 March 2022

Professional feature: download PyCharm Professional to try.

A database index is a structure that is used to speed up locating and accessing operations in a database table. By using indexes, you decrease the number of disk accesses that are required when a query is processed. You can create indexes for one or more columns of a database table.