- Joined
- Jul 11, 2008
- Messages
- 5,769
- Points
- 48
I have several ideas for you to consider:

- Add a remote SQL server paying for only 2 months at the most. Shift SQL there and back after GE.
- Off load SQL db temporarily, make a SQL backup now, purge away historic data keeping only the last 2 month's data, and lighten the load, merge back to backup after GE.
- Add a static mirror, for reading only - can not post, read only, different URL, based in SG, it clones from your real SQL db. divert main traffic here, and only when users hit POST or anything that writes SQL db, that they will be directed to actual server. That mean a kind of quasi reverse-proxy to take the load / hits for READING users. This way lots of readers can read without SQL db errors.

Last edited: