DATABASE-PROBLEM

  • I had A HRMS Database

    Is it necessary to maintain the HRMS_MASTER,HRMS_TRANS,HRMS_HISTORY DATABASES

    i.e., one HRMS DATABASE split into 3 databases(HRMS_MASTER,HRMS_TRANS,HRMS_HISTORY)

    Give me the reason for why we have to maintain 3 databases

    In case of we have not maintained 3 databases(i.e., one HRMS database)

    IS THERE ANY Performance dicrease will occur?

    Is it correct to maintain one database or 3 databases

    Plz give me brief explanation?

  • The only answer I can come up with is this; It Depends.

    What does it depend on? The application and how it is used. Unfortunately you haven't provided any useful information to even give you any kind of guidance at all. Everything in your post is so vague we can't give you any real answers.

  • satishthota (5/3/2009)


    I had A HRMS Database

    Is it necessary to maintain the HRMS_MASTER,HRMS_TRANS,HRMS_HISTORY DATABASES

    i.e., one HRMS DATABASE split into 3 databases(HRMS_MASTER,HRMS_TRANS,HRMS_HISTORY)

    Give me the reason for why we have to maintain 3 databases

    In case of we have not maintained 3 databases(i.e., one HRMS database)

    IS THERE ANY Performance dicrease will occur?

    Is it correct to maintain one database or 3 databases

    Plz give me brief explanation?

    Smaller backups, easier restores, easier disk maintenance, easier index maintanence, increased security benefits using synonyms, increased performance on the transactional side of the house, databases optimized for SELECT or INSERT instead of trying for both. There are other things, but that might give you some ideas of what to look for.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply