|
-
May 5th, 2009, 05:38 AM
#1
Thread Starter
Fanatic Member
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 
-
May 5th, 2009, 06:52 AM
#2
Re: suitable database
My choice would be SQL Server or Oracle. MySQL would work also
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
May 6th, 2009, 04:14 AM
#3
Thread Starter
Fanatic Member
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 
-
May 6th, 2009, 05:23 AM
#4
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
-
May 6th, 2009, 06:25 AM
#5
Thread Starter
Fanatic Member
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 
-
May 6th, 2009, 06:35 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|