Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Linked Tables in Red-Gate SQL Source Control (SSC) - Performance Nightmare?

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)

I started with 26 linked tables in my database. It took about 85 seconds for SQL Source Control to show changes in the "Commit Changes". After I removed all linked tables, it only took 14 seconds. Before each run, I restarted SSMS.

  1. Does anyone else have any similar issues?
  2. 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)

Until Red Gate fixes this performance issue in linking static data, we are considering using SQL scripts to put data under source control.

like image 764
stonetiger Avatar asked May 07 '12 21:05

stonetiger


1 Answers

We're running version 3.0.12.3695 and having exactly same problems. This issue was already reported on their forums and support team. If you have the 3.0.12 version running this may help you: General performance

like image 109
Yaroslav Avatar answered Nov 15 '22 04:11

Yaroslav