问题是如何用例如 10.000 个配置文件构建一个巨大的 mysql 数据库。
示例 1
1 个数据库
3 数据库字段(field_profile、field_images、field_posts 等)
field_profile 10.000 个带有 id 和其余信息的配置文件。
field_images 150.000 张与 database_profile 中的 id 相关的图像。
field_images 350.000 个与 database_profile 中的 id 相关的帖子。
搜索缓慢,但是当我想改变一些非常容易的东西时。
示例 2
1 个数据库
30.000 个数据库字段(field_profile_profile1、field_images_profile1、field_posts_profile1、field_profile_profile2、field_images_profile2、field_posts_profile2 等。
field_profile_profile1 1 个带有信息的配置文件。
field_images_profile1 50
field_posts_profile1 3500
快速搜索但是当我想改变一些非常困难的东西时?!
哪个例子是最好的还是有更好的选择?