Home  >  Article  >  Backend Development  >  两个表的分页有关问题

两个表的分页有关问题

WBOY
WBOYOriginal
2016-06-13 11:50:22933browse

两个表的分页问题
现在有个需求是把用户发的图片统计成相册。用户发图片有两种,一种是发帖时候带的图片,一种是评论时候带的图片,现在有个问题就是怎么分页。这两种是存放在不同表里面的,这个该怎么实现分页。。
------解决方案--------------------
联合查询
对结果分页
------解决方案--------------------
慢不慢,只有你做了才知道

如果觉得慢,那也不是 union 的过错,而是你的架构问题
------解决方案--------------------
用union_all 会快点...
数据库只能做到这样了
要更快应该得改架构设计了...

Statement:
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