Courses

How to Structure Databases in Laravel

Column Indexes: when/why/how to Apply Them

Previous: Order Statuses: Relationship or Same Table?
avatar
Динко Атанасов

how many indexes are too many indexes or as long as the columns are used in the query it is not a problem?

avatar

There's no one right answer here. With every index, the SIZE of your database table grows bigger, so it may slow down the whole MySQL engine with too many columns. You need to test it out yourself.

avatar
Динко Атанасов

Thank you

avatar
You can use Markdown
avatar
You can use Markdown