what aspects should I take into consideration after I delete a large amount of data from a table
Now I think there are three aspacts :
1. the index need to be rebuilded after the deleting, because there will be fragment of index;
2. the high-water-mark will be changed, I need deal with it.
3. the statistics of the table will be changed, I need calculate the statistics of the table again.