从 mysql 切换到 mongodb ?或者由于数据量巨大而使用mysql和mongodb?
我的 yii2 项目的数据存储在 mysql 中,但由于数据量巨大,我想找到解决方案,我的团队建议我切换到 mongodb 或将 mongodb 与 mysql 一起使用。我无法转换为 mongodb,因为我的代码包含许多函数中的 join。 所以,我想使用 mysql 作为 mongodb 的主数据库,但我无法使用 mysql 模型和 mongodb 模型之间的 HasMany() 关系。 请建议我现阶段可以做什么?
Data of my yii2 project is stored in mysql but due to huge amount of data I want to find a solution, and my team suggest me to switch to mongodb or use mongodb with mysql. I can't convert to mongodb because my code includes join in many functions.
So, I want to use mysql as primary database with mongodb, But I am unable to use HasMany() relation between mysql model and mongodb model.
Please suggest me what can i do at this stage?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论