Home > Backend Development > PHP Tutorial > php连接多个db,超时的有关问题

php连接多个db,超时的有关问题

WBOY
Release: 2016-06-13 11:49:58
Original
896 people have browsed it

php连接多个db,超时的问题
RT,现在我有多个库,有些还在不同物理机上,每个库中有个相同的表,现在需要查询每个库同一个表的数据集中显示,请问如何解决这个问题?
现在我用的方法是每个DB都建立连接,查询后再输出页面,上千个DB的情况下速度很慢,而且也没会出现504超时的情况,求教-0-,在线等!!
------解决方案--------------------
远程连接的数据库总是很慢的,你可以尝试改用支持分布式数据库的数据库服务
比如 oracle、sql server
------解决方案--------------------
不同物理机上,还上千个DB, 这肯定会慢,你可以将首次查询的结果缓存起来,之后查询就可以从缓存中获取。

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