postgres和mysql数据库服务器同步?

发布于 2024-08-27 01:53:07 字数 101 浏览 5 评论 0原文

将 mysql 服务器的几个表与 postgreSQL 服务器同步的最佳方法是什么? 目前人们正在执行脚本,这需要很多时间,是否有任何快速的解决方案可以让我们映射表和列以同步数据库服务器。

What's the best way to synchronize few tables of mysql server with postgreSQL server?
Currently people are executing scripts, which takes much time, is there any fast solution available from which we can map the tables and columns to synchronize the db server.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不念旧人 2024-09-03 01:53:07

您可以公开其中一个的数据并与另一个一起使用它。像 Web 服务、链接服务器、开放数据框架、ODBC 驱动程序等。Postgres 有一个很好的 ODBC 驱动程序,运行得很好。

You could expose the data from one and consume it with the other. Something like a web service, linked server, open data framework, ODBC driver, etc. Postgres has a nice ODBC driver that works pretty well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文