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

Indexes

Last modified: 29 September 2021

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.