Yes.
Here is what I have done for the recent deletion of about 42,000 pages.
First I made a copy of live db for the profile we are using and then renamed it to 'mydb'. I then deleted the syslocks.seq file from 'mydb'. Live db is untouched thus far.
Q: When I did the deletion in mydb, after deletion the size of xrefsurl,html,refs table increased by more than 100 MB. What could be the reason?
Then I ran this script from the command line:
<script language=vortex>
<timeout=-1></timeout>
<a name=main public>
<$mydb="E:\Program Files\Thunderstone Software\Webinator\mydb">
<$deletethis="http://www.forrester.com/find?SortType%">
<sql db=$mydb novars "delete from html where Url matches $deletethis"></sql>
<sql db=$mydb novars "delete from refs where Url matches $deletethis"></sql>
</a>
</script>
Now, am I right about the following sequence. (I have the latest 5.1.3 dowalk script)
0. I will take a backup of the current live db and store the entire directory somewhere.
1. I will replace the live db with 'mydb' without replacing the syslocks.seq file.
2. I will then run reindex (or should it be remakeindex?) from the command line for the current profile.
I got it messed up last time so I want to be very cautious this time.
Let me know and then I will perform the steps I outlined.