Results 1 to 6 of 6

Thread: suitable database

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2006
    Location
    nasik,india
    Posts
    909

    Red face suitable database

    Hello!!
    I am developing ERP type software in vb.
    Currently i am using access as database
    so please can u suggest me any suitable database for the same.
    Right now i have 250 tables in my database.
    Thanks.
    WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST

  2. #2
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: suitable database

    My choice would be SQL Server or Oracle. MySQL would work also
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2006
    Location
    nasik,india
    Posts
    909

    Re: suitable database

    but can it be fast enough ?
    as i have worked only with access database, its very slow if no. of records increased so i dont have any idea about other database .
    WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST

  4. #4
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: suitable database

    Oracle or SQL Server would definitely be fast enough. They're both used by major companies for Enterprise level systems. I don't know enough about MySQL to comment but from what I gather it should also be just fine.

    You do know how to make a database perform though. You need to know about tuning, indexes, when to denormalise, maintenance, hardward requirements etc. There're loads of ways of speeding up a database if you know what you're doing (and loads of ways of slowing it down if you don't).
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2006
    Location
    nasik,india
    Posts
    909

    Re: suitable database

    Thanks GaryMazzone & FunkyDexter .
    So finally i will use sql server database.
    But i must learn all methods to speed up the database.
    I m searching on net for the same.
    But can u tell me any website for getting knowledge for this.
    Thank u once again.
    WHETHER YOU SUCCEED OR FAIL IS NOT AS IMPORTANT AS WHETHER YOU TRIED YOUR BEST

  6. #6
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: suitable database

    To be honest, there isn't a single source you can go to. It's such a huge subject that it's really only something you can pick up with experience.

    If you start by making sure your database follows third normal form (just google 'third normal form' if you want an explanation of that) and how and when to set up indexes on commonly queried fields (again, google will give you more answers quicker than we could hope to here) then you won't be going too far wrong. You should also look up how to set up a routine overnight job to maintain your indexes as they do degrade over time. If you've got those basics right then, if you get slow perfomance in a specific area you can investigate and resolve it.

    For hardware you should ideally look up the Microsoft recommended configurations but that's usually the responsibility of your customers IT department rather than yours as a software vendor.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

Posting Permissions

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



Click Here to Expand Forum to Full Width