Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么时候创建几个 SQL 表而不是一个大表更好?(假设可以将所有数据存储在一个表中)
一张桌子比几张桌子的优点和缺点是什么?
没有一般规则,它取决于您要存储的内容以及您想要/需要如何访问它。
您必须考虑用例以及您需要如何处理数据并相应地优化设计。