What are the biggest benefits of using INDEXES in mysql?

后端 未结 7 1885
无人共我
无人共我 2020-12-09 17:44

I know I need to have a primary key set, and to set anything that should be unique as a unique key, but what is an INDEX and how do I use them?

What are the benefits

7条回答
  •  再見小時候
    2020-12-09 18:23

    This is a general database concept, you might use external resources to read about it, like http://beginner-sql-tutorial.com/sql-index.htm or http://en.wikipedia.org/wiki/Index_(database)

提交回复
热议问题