发送站内信的设计方案

WBOY
Release: 2016-06-06 20:21:33
Original
1535 people have browsed it

随着注册用户的增加,以前老的发送站内信的功能已经不适合使用了(需要发送很长时间),大家的这个问题是如何解决的?
crontab服务器后台定时吗?
具体如何实现?

回复内容:

随着注册用户的增加,以前老的发送站内信的功能已经不适合使用了(需要发送很长时间),大家的这个问题是如何解决的?
crontab服务器后台定时吗?
具体如何实现?

得看看现有的站内信程序有什么问题,为什么需要很长时间?有没有用APM控监一下性能?有没有性能指标?没有具体数据,也就没有具体的优化方案。

你们是哪里耗时。我们把私信表拆了20个分表,直接用sql还是很快的

关注表、粉丝表、站内信 类似的单表超过100w建议分表,表名 user_id 取余即可。

楼主的问题需要追踪 发送站内信 时间卡在哪了,也就是系统瓶颈在哪。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template