可以通过在每个网站使用多个 mysql 来使拥有 1000 个网站和每日自动产品更新的 magento 商店正常工作吗?
在这种情况下,在一个mysql安装下运行magento的mysql性能是令人头疼的。我想知道是否可以为每个网站设置单独的 mysql,以便可以在所有网站上同时进行目录更新。
The mysql performance of running the magento for this situation under one mysql installation is giving a headache. I wonder if it is feasible to setup an individual mysql for each website so that updates to the catalog can occur concurrently across all websites.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对更新进行排队并提前计划,那么它肯定可以在集群中工作。但它不会便宜,我猜你每 30 到 50 个网站都需要一个 mysql 实例。值得观察的是频繁使用的表的 mysql 分片以及在 RAM 内运行所有这些的方法,以显着降低所需的资源使用量。
对于这样的任务,你必须是一个活生生的 INNODB 人
It sure can be made working within a cluster and if you queue your updates and plan ahead for such. But it won't be cheap and i'll guess you 'll need a mysql instance for every 30 to 50 website. It's worth to observe mysql sharding for heavily used tables and ways to run all this inside RAM to dramatically pull down the resource usage needed.
and for such task you have to be living and breathing INNODB person