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

Indexes

Last modified: 21 December 2022

Available only in PyCharm Professional: download to try or compare editions

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.

Indexes can be seen in the Database tool window. You can see a reference on node and object icons in the Icons for data sources and their elements chapter of Database tool window topic.

For the table column icons, refer to Possible icon combinations for columns.