Results 1 to 2 of 2

Thread: Spring-Cleaning the JobRepository

  1. #1
    Join Date
    Feb 2009
    Posts
    10

    Default Spring-Cleaning the JobRepository

    Is there a defined mechanism to clean up old entries in the Job Repository?
    If I run several hundreds of jobs a day every day I'm wondering about cleaning up the DB.

  2. #2
    Join Date
    Oct 2008
    Posts
    107

    Default Repository Cleanup

    IMHO, that would be a job for a DBA... some simple backend maintenance scripts. Perhaps stored procedures or what not... Everything I have seen with the batch framework so far addresses bulk processing of data... not table maintenance.

    Keith

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •