What is the cost of indexing multiple db columns?

后端 未结 7 1384
孤街浪徒
孤街浪徒 2020-12-19 07:02

I\'m writing an app with a MySQL table that indexes 3 columns. I\'m concerned that after the table reaches a significant amount of records, the time to save a new record wi

相关标签:
7条回答
  • 2020-12-19 07:57

    What Pax said.

    For the dimensions you describe, the only significant concern I can imagine is "What is the cost of failing to index multiple db columns?"

    0 讨论(0)
提交回复
热议问题