Django Book 翻译
菜单>:
TOC
返回
原文:
At this point, if you anticipate ever needing to grow beyond a single database server, its probably a good idea to start thinking about connection pooling and/or database replication. Unfortunately, theres not nearly enough space to do those topics justice in this book, so youll need to consult your databases documentation and/or community for more information.
翻译:
我们再来看,如果发现需要不止一台的数据库服务器,考虑使用连接池和数据库备份(冗余)将是一个好主意。不幸的是,本书没有足够的时间来讨论这个问题,所以你参考数据库文档或者向社区求助。
备注:
译者: