MySQL: Many tables or many databases?

前端 未结 9 504
陌清茗
陌清茗 2020-11-30 20:40

For a project we having a bunch of data that always have the same structure and is not linked together. There are two approaches to save the data:

  • Creating a n
9条回答
  •  死守一世寂寞
    2020-11-30 21:27

    In the situation you describe, experience has led me to believe that you'll find the separate databases to be faster when you have a large number of pools.

    There's a really important general principle to observe here, though: Don't think about how fast it'll be, profile it.

提交回复
热议问题