If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Choosing a DBMS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-07, 20:06
Nate1 Nate1 is offline
Registered User
 
Join Date: Aug 2007
Location: Auckland New Zealand
Posts: 113
Choosing a DBMS

Im building a web application, which will be deployed for a small area (City) expect 20,000 or more records across 15 or so tables, for a trial period, if successful, it will be launch nationwide (NZ) maybe 200,000 or more records.

Im trying to determine which DBMS, I should use, I have a very limited budget, and don't think SQL server is in that picture.

Ive been looking at options and originally thought MYSQL would be a Good option, but have also tossed up the use of Postgres.
  1. The Database, needs to be fast for inserting, updating and deleting, but its not likely I will use any stored procedures as I prefer to use the application layer.
  2. It will also be likely that the project will be a success, and therefore I will at some stage have to migrate the DBMS to a more comprehensive, Scalable solution.
  3. Im also using ASP/VB.NET so there needs to be good support language wise.

Any feed back welcome, but please justify your comments.
Reply With Quote
  #2 (permalink)  
Old 08-06-07, 20:19
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,534
mysql or postgresql -- both are fast, and both will scale

or so they would have you believe, eh

i'm not suggesting that they aren't fast, nor that they won't scale -- just that i'm going more by what's on their sites than by actual firsthand experience
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
  #3 (permalink)  
Old 08-06-07, 20:43
Nate1 Nate1 is offline
Registered User
 
Join Date: Aug 2007
Location: Auckland New Zealand
Posts: 113
Yeah, what about host support, currently I might have to place the Application on someone else server? Is Postgresql supported at all, I've hada look but they all seem to be MySQL
Reply With Quote
  #4 (permalink)  
Old 08-07-07, 10:40
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
There are hosting providers out there who can provide PostgreSQL, however you will probably find you pay a premium for it. MySQL is easier to get to grips with and doesn't require datatypes defining for stored procedures, although I suspect you're probably quite acqainted with datatypes having used .NET. Still it's a pain to debug...
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On