• Bhuvnesh (9/25/2013)


    chandan_jha18 (9/23/2013)


    Purging data in batches can be considered but considering that the website is a 24*7 environment, there will be locking issues at times plus high CPU and log writes.

    i will contradict here (as per my knowledge ) batch processing helps to manage the the resources (definitely cache not sure about CPU ) plus log.

    smaller chunk will get updated; using less log and resources.

    See link http://www.tek-tips.com/faqs.cfm?fid=3141

    I agree that it is a nice solution but not for my database where more than 8-9k users are playing game concurrently. The delete process does make them wait and as an end user I won't like to get delays in online internet gaming where I am stuck for a second and keep thinking if it is me or everybody else who faced this.