case 1: If the table is static and is queried to a large extent (for example: the table of elements in the Cart application), then the indexes in the corresponding fields are very useful.
case 2: If the table is very dynamic and many queries are not executed daily (for example, the log tables used for audit purposes), then the indexes slow down the write.
If the above two cases are boundary cases, then to create indexes or build indexes in a table depends on in which case the table above in the conflict is most suitable.
If you do not leave it until the decision of the consultant to configure the request. Good luck.
Santosh chandavaram
source share