postgres和mysql数据库服务器同步?
将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以公开其中一个的数据并与另一个一起使用它。像 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.