Viewing 4 posts - 1 through 5 (of 5 total)
Depends on the db usage - mine was used 24/7 with 20million site users so I needed to spread the load out -
and deleting 50m rows in a single...
June 21, 2010 at 11:22 am
I found a nice calm way to delete specific chunks of 200,000+ rows from a table, getting around the mass-logging issue you would run into if you just ran "delete...
June 21, 2010 at 11:06 am
Definitely get references, but make sure they're for work in a similar context and data volumes. There's a world of difference between backoffice systems and online data used 24/7.
Quite a...
October 23, 2009 at 3:47 am
Thank you for the helpful replies it seems like the concensus is 'it depends'.
Rather than my describing a single theoretical context,
has anyone actualy hired a consultant to advise on SQL...
October 19, 2009 at 4:56 am
Viewing 4 posts - 1 through 5 (of 5 total)