Home > Database > Mysql Tutorial > body text

Which is better, one large table or multiple small tables in MySQL?

王林
Release: 2023-09-05 23:37:02
forward
1090 people have browsed it

MySQL 中一张大表和多个小表哪个更好?

It’s hard to say whether I prefer one big table or multiple small tables. it depends -

  • About the application we are using.
  • About database normalization

But there are many key points through which we can say that multiple small tables are Which is fine in this case.

Assuming that many developers want to develop multiple tables, they need to split They are divided into multiple small tables.

Scenarios where you grant permissions to many developers. This permission is for different parts data. In this case, it needs to be split into multiple small tables.

Assuming that we want to move data from different places, we need multiple small surface.

The above is the detailed content of Which is better, one large table or multiple small tables in MySQL?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!