微服务数据库问题

发布于 2025-01-10 06:32:14 字数 170 浏览 0 评论 0原文

微服务数据库划分后,如果服务A要展示的数据需要与数据库B的表关联,则微服务划分后数据库不能使用join操作。目前企业普遍的处理方式是怎样的?我目前的解决方案是使用“feign”调用其他服务来获取数据,并将其粘贴到服务的对象中,如果有任何关联的表,则需要多次使用“feign”,我认为这不是好的解决方案,那么代码量就会积累很多。

After the microservice database is divided, if the data to be displayed by service A needs to be associated with the table of database B, the database can't use join operation after the microservice is divided. How to deal with it in the current general way of enterprises? My current solution is use the 'feign' to invoke other services to get the data, and stick it into A service's object, if there are any associated table, you need to use 'feign' many times, I don't think this is a good solution, so the code amount will accumulate very much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文