论坛可以影响网络空间吗?
我想创建一个网站,其网络空间不是无限的,我想向我的网站添加论坛,但我不知道通过选择讨论标题并在该论坛中发布人们的文本,网络空间将减少了???!! 多谢
I want to create a web site and its web space is not unlimited and I want to add forum to my web site but I don't know that with choosing a title for discussion and with posting text from people in that forum the web space will decreased ???!!
thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WebSpace 通常是指放置代码+ HTML + 图像...所有资源的空间..
论坛的规模并不取决于此。
每当您发布线程时,它都不会为其创建单独的页面,而是将数据存储在数据库中,因此数据库空间在您的情况下很重要。
WebSpace generally refers to the space in which you put your code + HTML + images ...all resources..
And forum's size is not dependent on that.
whenever you post a thread it doesn't create a separate page for it, instead it stored the data in DB so the DB space is important in your case.