当前位置:网站首页>The database synchronization tool dbsync adds support for mongodb and es
The database synchronization tool dbsync adds support for mongodb and es
2022-07-07 11:14:00 【Ink Sky Wheel】
Database synchronization tool DBSync Recently upgraded , The latest version is V1.9, New pair MongoDB、Elasticseach(ES) Support for , Details :
1、 Support synchronization between libraries of the same type , Such as :MongoDB to MongoDB,ES to ES.
2、 Support synchronization between heterogeneous libraries , Be able to make SQL Database synchronization to Non-SQL library , That is the row Convert to document, Such as MySQL to MongoDB、ES; It can also be reversed , take Non-SQL Database synchronization to SQL library , hold document Convert to row, Such as MongoDB、ES to MySQL. Of course! ,MongoDB And ES Synchronization is also possible .
3、 Support incremental synchronization , Only changed data ( newly added 、 Revised records ) Will be transmitted and synchronized , Unchanged data will not be transmitted and synchronized , To improve efficiency 、 Save bandwidth .
4、 Support synchronous deletion , Records deleted by the source database , The target can delete synchronously .
5、DBSync At present, we support 14 Species database , among SQL type :Oracle、MySQL、SQL Server、SQL Server CE、Access、PostgreSQL、DB2、SQLite、Firebird… etc. ,Non-SQL type :MongoDB、Elasticsearch, File type :Excel、txt、csv etc. . Various databases are not limited to versions , Same type 、 Different types can be synchronized .
Source of the article :https://baijiahao.baidu.com/s?id=1737613386895965079&wfr=spider&for=pc
边栏推荐
猜你喜欢
随机推荐
mif 文件格式记录
The opacity value becomes 1%
Array object sorting
关于在云服务器上(这里用腾讯云)安装mysql8.0并使本地可以远程连接的方法
When initializing 'float', what is the difference between converting to 'float' and adding 'f' as a suffix?
2022.7.6DAY598
Kitex retry mechanism
Shardingsphere sub database and table examples (logical table, real table, binding table, broadcast table, single table)
关于SIoU《SIoU Loss: More Powerful Learning for Bounding Box Regression Zhora Gevorgyan 》的一些看法及代码实现
Network foundation (1)
解决VSCode只能开两个标签页的问题
技术分享 | 抓包分析 TCP 协议
After the uniapp jumps to the page in onlaunch, click the event failure solution
Force buckle 1002 Find common characters
Cmake learning manual
关于测试人生的一站式发展建议
[machine learning 03] Lagrange multiplier method
Seata 1.3.0 four modes to solve distributed transactions (at, TCC, Saga, XA)
VR development optimization
shardingsphere分库分表示例(逻辑表,真实表,绑定表,广播表,单表)