mysql 性能网站表
大家好,
我正在设计一个网站,想要建立一个数据库,处理评论、搜索、保存所有信息、用户、保存所有信息。我想知道是否有不止一种方法可以通过将其变成多个表来创建高效的表并提高性能,或者是否还有其他方法。
提前致谢。
Hello everyone,
I am designing a website and want to build a database which deals with comments, searches, holding all information, users, and holds all information. I want to know if there is more than one way to create efficient tables and speed up performance by either turning it into several tables or is there another way.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设计数据库的方法有很多。你可以向一百个人询问一些数据库设计的问题,我很确定你最终会得到五十多个不同的答案。
有些人唯一的工作就是做数据库设计,没有别的,它可以是一份全职工作。
你的问题太模糊了,无法给你准确的建议。也许有了更多信息,有人可以为您提供一些特定教程的指示或为您提供一些有关如何做事情的提示。
可悲的是,我不知道关于此事的任何好的网站,但我可以向您推荐一本书: “数据库设计入门:从新手到专业人士”,作者:Clare Churcher。我不知道这是否是关于这个主题的最好的书,但我发现它很容易理解。
There is a lot of way to design a database. You can ask a hundred people about some database design, I'm pretty sure you'll end up with more than fifty different answers.
Some people only work is to do database design, nothing else, it can be a full time job.
Your question is way too vague to give you precise advise. Maybe with more informations, someone can give you some pointers to specific tutorials or give you some hints on how to do things.
Sadly, I don't know any good website about this matter, but I can recommend you a book : "Beginning Database Design: From Novice to Professional" by Clare Churcher. I don't know if it's the best book about this subject, but I find it pretty easy to understand.