Our team is using Red-Gate SQL Source Control as our database CM tool. After performing a quick test to determine how linking static data affects the speed of SQL Source Control, I got the following results:
- 1st run -- 85 seconds (26 linked tables with 13.9MB data)
- 2nd run -- 14 seconds! (0 linked tables)
我开始使用我数据库中的26个链接表。 大约85秒用于“社区变化”控制。 在我删除了所有相关的表格之后,只有14秒。 在每次开会之前,我重新启用了SSMS。
- Does anyone else have any similar issues?
- What other tools / methods other than SSC would you recommend for SQL DB CM and storing static data? (Something that is preferably as easy to setup and use across a bigger team)
在Red Gate将这一业绩问题与静态数据联系起来之前,我们正在考虑使用K8文件使数据置于源控制之下。