增加数据库分组功能 #2911
xujinhua01
started this conversation in
Ideas
增加数据库分组功能
#2911
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如果业务线的数据库比较多,如果需要对他们都进行上线SQL的时候,一个个工单去提交每个库的话,效率似乎太低了吧,现在很多公司使用MySQL都采用了分库的情况(每个库的表的名称及结构都是同样的),可以考虑将这个数据库进行分组(实例名1+库名1;实例名2+库名2...),然后针对这个分组提交一个SQL就能自动去所有数据库执行了。现在很多流行的软件都支持了,bytebase,ninedata,sqle都支持的,咱们archery也不能落后啊。
Beta Was this translation helpful? Give feedback.
All reactions