Current location - Education and Training Encyclopedia - Graduation thesis - How to design mysql database?
How to design mysql database?
You can't simply say yes or no, it needs to be based on the actual needs of your system.

If your system requires concurrency and the number of users is not high, then this design is unnecessary because it is small, small and fast.

If your application has many users, high concurrency and a large amount of data, you can design it like this. Although the amount of data and disk overhead are increased, it is in exchange for efficient operation. It doesn't matter.