Our LIVE database is too large to be running on our dev machines, but we do need good data sample to test & develop on.
Does anyone know of a good solution to this problem?
1–4 of 4 posts
Does anyone know of a good solution to this problem?
We have always solved this by having a large dev database machine, periodically synced it from live, and connected to it from the dev machines. Hardware is extremely cheap, compared to dev time. (in the cases I've seen, it was infeasible to select a representative sample - we may need any of the database rows; approximating the live database from just a sample was not an option. I understand that your case would be o…